diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 3e76bf0..a86bd1b 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -199,6 +199,11 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "fibheap.h" #include "intl.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "tree-iterator.h" #include "tree-pass.h" |