summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r--gcc/tree-eh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index d452cf9ba73..7a6e04aeb57 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -34,6 +34,11 @@ along with GCC; see the file COPYING3. If not see
#include "input.h"
#include "function.h"
#include "except.h"
+#include "predict.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfganal.h"
+#include "cfgcleanup.h"
#include "basic-block.h"
#include "tree-ssa-alias.h"
#include "internal-fn.h"