From ac0ac59de3b7973001b209a938080c9ec0ab9262 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 3 Apr 2011 17:20:43 +0200 Subject: Add support for GCC 4.6 --- odb/gcc.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'odb/gcc.hxx') 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 #include #include @@ -30,10 +31,10 @@ extern "C" #include #include -#include +#include #include #include -#include +#include } #ifndef LOCATION_COLUMN -- cgit v1.1