aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.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/oracle-types.cxx
parent57272f08d87ef76f04878a57d4e37dbc95ca877f (diff)
Include C-headers before C++
Diffstat (limited to 'odb/oracle/oracle-types.cxx')
-rw-r--r--odb/oracle/oracle-types.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/oracle-types.cxx b/odb/oracle/oracle-types.cxx
index f1f696c..6a7e803 100644
--- a/odb/oracle/oracle-types.cxx
+++ b/odb/oracle/oracle-types.cxx
@@ -2,10 +2,10 @@
// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
-#include <cassert>
-
#include <oci.h>
+#include <cassert>
+
#include <odb/oracle/oracle-types.hxx>
#include <odb/oracle/error.hxx>