summaryrefslogtreecommitdiff
path: root/gcc/rtl-chkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-chkp.c')
-rw-r--r--gcc/rtl-chkp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/rtl-chkp.c b/gcc/rtl-chkp.c
index 4996454cc1a..524b3ba1af6 100644
--- a/gcc/rtl-chkp.c
+++ b/gcc/rtl-chkp.c
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
+#include "symtab.h"
#include "expr.h"
#include "target.h"
#include "tree-ssa-alias.h"
@@ -28,7 +29,17 @@ along with GCC; see the file COPYING3. If not see
#include "is-a.h"
#include "predict.h"
#include "basic-block.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "vec.h"
+#include "double-int.h"
+#include "input.h"
+#include "alias.h"
+#include "symtab.h"
+#include "wide-int.h"
+#include "inchash.h"
#include "tree.h"
+#include "fold-const.h"
#include "gimple-expr.h"
#include "gimple.h"
#include "bitmap.h"