* g++.dg/plugin/decl_plugin.c: Include diagnostic.h.

From-SVN: r177856
This commit is contained in:
Jakub Jelinek 2011-08-18 16:09:44 +02:00 committed by Jakub Jelinek
parent b28e37f19c
commit 51fdcb386b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-08-18 Jakub Jelinek <jakub@redhat.com>
* g++.dg/plugin/decl_plugin.c: Include diagnostic.h.
2011-08-18 Dodji Seketeli <dodji@redhat.com>
PR c++/45625

View File

@ -8,6 +8,7 @@
#include "tree.h"
#include "tree-pass.h"
#include "intl.h"
#include "diagnostic.h"
int plugin_is_GPL_compatible;