diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 0582769..d338a7c 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -44,6 +44,8 @@ along with GCC; see the file COPYING3. If not see #include "cfgbuild.h" #include "cfgcleanup.h" #include "basic-block.h" +#include "insn-codes.h" +#include "optabs.h" #include "expr.h" #include "langhooks.h" #include "bitmap.h" |