aboutsummaryrefslogtreecommitdiff
path: root/gcc/statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/statistics.c')
-rw-r--r--gcc/statistics.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/statistics.c b/gcc/statistics.c
index eb3210b..b3e63de 100644
--- a/gcc/statistics.c
+++ b/gcc/statistics.c
@@ -25,6 +25,13 @@ along with GCC; see the file COPYING3. If not see
#include "tree-dump.h"
#include "statistics.h"
#include "hash-table.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "tm.h"
+#include "hard-reg-set.h"
+#include "input.h"
#include "function.h"
#include "context.h"
#include "pass_manager.h"