diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index d0041c9..68043f9 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -46,6 +46,9 @@ #include "gimple-walk.h" #include "tree-iterator.h" #include "bitmap.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "expr.h" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */ |