diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 321674a08e8..c558a000c62 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -191,6 +191,12 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "fibheap.h" #include "intl.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 "ipa-prop.h" #include "tree-iterator.h" |