aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-03 17:20:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-03 17:20:43 +0200
commitac0ac59de3b7973001b209a938080c9ec0ab9262 (patch)
treeab895ae5d94bea82e0793cdf816ab8df00d0dac0 /odb/gcc.hxx
parentb435821274779cfcd8f447955e3ef3baf84c1ab9 (diff)
Add support for GCC 4.6
Diffstat (limited to 'odb/gcc.hxx')
-rw-r--r--odb/gcc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/gcc.hxx b/odb/gcc.hxx
index 3365c86..feb69ba 100644
--- a/odb/gcc.hxx
+++ b/odb/gcc.hxx
@@ -19,6 +19,7 @@
extern "C"
{
+#include <bversion.h>
#include <gcc-plugin.h>
#include <config.h>
@@ -30,10 +31,10 @@ extern "C"
#include <tm.h>
#include <cpplib.h>
-#include <diagnostic.h>
+#include <cp/cp-tree.h>
#include <c-common.h>
#include <c-pragma.h>
-#include <cp/cp-tree.h>
+#include <diagnostic.h>
}
#ifndef LOCATION_COLUMN