diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index 0b1a12146cc..44bb3a6a929 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -43,6 +43,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "tree-inline.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "diagnostic.h" #include "timevar.h" |