diff options
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r-- | gcc/sched-vis.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index 0c54f92bdf1..32f7a7c329c 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -28,6 +28,15 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" /* FIXME: To dump INSN_VAR_LOCATION_DECL. */ #include "predict.h" #include "vec.h" |