diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 40b8766..e55b3f5 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -78,8 +78,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tree.h" +#include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" +#include "gimplify-me.h" #include "gimple-walk.h" #include "target.h" #include "ipa-prop.h" |