diff options
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r-- | gcc/lcm.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |