diff options
Diffstat (limited to 'gcc/data-streamer.c')
-rw-r--r-- | gcc/data-streamer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c index 3d15be1..e11746a 100644 --- a/gcc/data-streamer.c +++ b/gcc/data-streamer.c @@ -38,6 +38,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" /* Pack WORK into BP in a variant of uleb format. */ |