diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 69dfe97..f55ae22 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" /* for fatal_error */ #include "backend.h" +#include "cfghooks.h" #include "hard-reg-set.h" #include "cfganal.h" #include "cfgloop.h" |