diff options
Diffstat (limited to 'gcc/tree-vrp.c')
-rw-r--r-- | gcc/tree-vrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 74b3a7ac199..0867e4c5c3e 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -33,6 +33,7 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "tree-pretty-print.h" #include "gimple-pretty-print.h" +#include "diagnostic-core.h" #include "toplev.h" #include "intl.h" #include "cfgloop.h" |