summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r--gcc/lcm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c
index cf69428a51c..694d33e3989 100644
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -60,6 +60,11 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "basic-block.h"
#include "tm_p.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
#include "function.h"
#include "sbitmap.h"
#include "dumpfile.h"