aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/database.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:31:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-01 12:31:12 +0200
commit2f26329e52cb5b312c8f0ba4da9264afdd78743a (patch)
tree90447823c500839bca9409402b1032856f34a9b8 /odb/oracle/database.cxx
parent57272f08d87ef76f04878a57d4e37dbc95ca877f (diff)
Include C-headers before C++
Diffstat (limited to 'odb/oracle/database.cxx')
-rw-r--r--odb/oracle/database.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx
index 0f22ccc..9a0c4d7 100644
--- a/odb/oracle/database.cxx
+++ b/odb/oracle/database.cxx
@@ -2,10 +2,10 @@
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
-#include <sstream>
-
#include <oci.h>
+#include <sstream>
+
#include <odb/oracle/database.hxx>
#include <odb/oracle/exceptions.hxx>
#include <odb/oracle/error.hxx>