aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/database.cxx
diff options
context:
space:
mode:
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>