summaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 6be8a030fc6..bcff4110522 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -55,6 +55,12 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "regs.h"
#include "expr.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "hard-reg-set.h"
+#include "input.h"
#include "function.h"
#include "basic-block.h"
#include "diagnostic-core.h"