diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index a378a02..ce06c45 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -25,6 +25,12 @@ #include "stringpool.h" #include "stor-layout.h" #include "tm_p.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "tree-dump.h" #include "tree-inline.h" |