diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 46689ab2860..6d740d42333 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -87,7 +87,8 @@ along with GCC; see the file COPYING3. If not see #include "ipa-prop.h" #include "gcse.h" #include "insn-codes.h" -#include "optabs.h" +#include "optabs-query.h" +#include "optabs-libfuncs.h" #include "tree-chkp.h" #include "omp-low.h" |