diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 69b5d0a..aa28414 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see #include "plugin-api.h" #include "vec.h" #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "ipa-ref.h" #include "dumpfile.h" |