diff options
Diffstat (limited to 'gcc/sel-sched.c')
-rw-r--r-- | gcc/sel-sched.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c index 216f483..988f9d5 100644 --- a/gcc/sel-sched.c +++ b/gcc/sel-sched.c @@ -46,6 +46,9 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "sched-int.h" #include "ggc.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "langhooks.h" #include "rtlhooks-def.h" |