From 2f26329e52cb5b312c8f0ba4da9264afdd78743a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Mar 2012 12:31:12 +0200 Subject: Include C-headers before C++ --- odb/oracle/connection.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/oracle/connection.cxx') diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx index 22bdd69..1f87443 100644 --- a/odb/oracle/connection.cxx +++ b/odb/oracle/connection.cxx @@ -2,10 +2,10 @@ // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#include - #include +#include + #include #include #include -- cgit v1.1