diff options
Diffstat (limited to 'gcc/gimple-streamer.h')
-rw-r--r-- | gcc/gimple-streamer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/gimple-streamer.h b/gcc/gimple-streamer.h index 4c4aa0ad391..75afe85a327 100644 --- a/gcc/gimple-streamer.h +++ b/gcc/gimple-streamer.h @@ -23,6 +23,13 @@ along with GCC; see the file COPYING3. If not see #define GCC_GIMPLE_STREAMER_H #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "lto-streamer.h" |