diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 27862be8ef4..8b41f404b4a 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -25,7 +25,8 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "rtl.h" #include "tm_p.h" -#include "toplev.h" +#include "toplev.h" /* exact_log2 */ +#include "diagnostic-core.h" #include "flags.h" #include "ggc.h" #include "ggc-internal.h" |