diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 636b62a..fc25df6 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "lto.h" #include "tree-inline.h" #include "gimple.h" +#include "diagnostic-core.h" #include "toplev.h" static tree handle_noreturn_attribute (tree *, tree, tree, int, bool *); |