diff options
Diffstat (limited to 'gcc/debug.c')
-rw-r--r-- | gcc/debug.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/debug.c b/gcc/debug.c index 8d610685437..7d18c0aa868 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -19,6 +19,15 @@ #include "system.h" #include "coretypes.h" #include "tm.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" #include "debug.h" |