diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 012e536..15adb17 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -22,8 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "cfghooks.h" #include "tree.h" #include "gimple.h" +#include "gimple-predict.h" #include "rtl.h" #include "ssa.h" #include "diagnostic-core.h" |