summaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 71b8cbdc97f..d0063d178ec 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -62,6 +62,10 @@ along with GCC; see the file COPYING3. If not see
#include "hard-reg-set.h"
#include "input.h"
#include "function.h"
+#include "predict.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfganal.h"
#include "basic-block.h"
#include "diagnostic-core.h"
#include "coverage.h"