diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index f7a5035..7df9cc7 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -43,6 +43,10 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "output.h" #include "except.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" #include "function.h" #include "toplev.h" #include "expr.h" |