diff options
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r-- | gcc/ggc-zone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c index 12dc8740529..4338bb630d0 100644 --- a/gcc/ggc-zone.c +++ b/gcc/ggc-zone.c @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "rtl.h" #include "tm_p.h" +#include "diagnostic-core.h" #include "toplev.h" #include "flags.h" #include "ggc.h" |