From 6f5d1e88c5afcb96560713b1206aaa4c4ab98d7c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 11:49:06 +0200 Subject: Include header that defines version macros before checking them --- odb/gcc.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odb/gcc.hxx b/odb/gcc.hxx index 3f9cd8c..89270b3 100644 --- a/odb/gcc.hxx +++ b/odb/gcc.hxx @@ -16,12 +16,13 @@ #include // Include before GCC poisons some declarations. +#include + #if BUILDING_GCC_MAJOR == 4 && BUILDING_GCC_MINOR <= 6 extern "C" { #endif -#include #include #include -- cgit v1.1