diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 639048625d9..f3b34b139cf 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -29,6 +29,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "ggc.h" #include "tree.h" #include "hashtable.h" |