diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 5ee3816..35cd22c 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -32,6 +32,11 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "addresses.h" #include "expr.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "flags.h" #include "basic-block.h" |