Commit 51fdcb38 by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r177856
parent b28e37f1
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> 2011-08-18 Dodji Seketeli <dodji@redhat.com>
PR c++/45625 PR c++/45625
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "tree.h" #include "tree.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "intl.h" #include "intl.h"
#include "diagnostic.h"
int plugin_is_GPL_compatible; int plugin_is_GPL_compatible;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment