aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/resource.c')
-rw-r--r--gcc/resource.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/resource.c b/gcc/resource.c
index bc69739..6bf868b 100644
--- a/gcc/resource.c
+++ b/gcc/resource.c
@@ -34,6 +34,10 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "flags.h"
#include "output.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "predict.h"
+#include "basic-block.h"
#include "resource.h"
#include "except.h"
#include "insn-attr.h"