summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r--gcc/dumpfile.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c
index f1547265f95..743344e5e15 100644
--- a/gcc/dumpfile.c
+++ b/gcc/dumpfile.c
@@ -22,6 +22,17 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "diagnostic-core.h"
#include "dumpfile.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 "options.h"
+#include "wide-int.h"
+#include "inchash.h"
+#include "real.h"
#include "tree.h"
#include "gimple-pretty-print.h"
#include "context.h"