aboutsummaryrefslogtreecommitdiff
path: root/gcc/ubsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ubsan.c')
-rw-r--r--gcc/ubsan.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ubsan.c b/gcc/ubsan.c
index f143fce..7e05635 100644
--- a/gcc/ubsan.c
+++ b/gcc/ubsan.c
@@ -24,6 +24,11 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "stor-layout.h"
#include "stringpool.h"
+#include "predict.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfganal.h"
+#include "basic-block.h"
#include "cgraph.h"
#include "tree-pass.h"
#include "tree-ssa-alias.h"