aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index 6a3ff42..965d7cb 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -31,8 +31,10 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
+#include "cfghooks.h"
#include "tree.h"
#include "gimple.h"
+#include "gimple-predict.h"
#include "rtl.h"
#include "ssa.h"
#include "alias.h"