diff options
Diffstat (limited to 'gcc/data-streamer-in.c')
-rw-r--r-- | gcc/data-streamer-in.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 0aa604fa61a..1ee3e9c5e38 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -40,6 +40,10 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" /* Read a string from the string table in DATA_IN using input block |