diff options
Diffstat (limited to 'gcc/plugin.c')
-rw-r--r-- | gcc/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/plugin.c b/gcc/plugin.c index 6de4a8b0739..e7c4cf689fe 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #endif #include "coretypes.h" +#include "diagnostic-core.h" #include "toplev.h" #include "tree.h" #include "tree-pass.h" |