diff options
Diffstat (limited to 'gcc/opts-global.c')
-rw-r--r-- | gcc/opts-global.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/opts-global.c b/gcc/opts-global.c index 149abc41a16..6825943a8a5 100644 --- a/gcc/opts-global.c +++ b/gcc/opts-global.c @@ -44,6 +44,10 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "dbgcnt.h" #include "debug.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "output.h" #include "plugin.h" |