diff options
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 136fc86..b5ae3c0 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -40,6 +40,9 @@ along with GCC; see the file COPYING3. If not see #include "hash-set.h" #include "langhooks.h" #include "bitmap.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" #include "function.h" #include "diagnostic-core.h" #include "except.h" |