diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index a6233f33d28..5519af22181 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -32,6 +32,10 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "hard-reg-set.h" #include "except.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "input.h" #include "function.h" #include "insn-config.h" #include "insn-attr.h" |