aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/oracle/statement.cxx2
-rw-r--r--odb/oracle/statement.hxx1
2 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index ce3949f..9a5c0e6 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -19,6 +19,8 @@
#include <odb/oracle/error.hxx>
#include <odb/oracle/exceptions.hxx>
+#include <odb/oracle/details/number.hxx>
+
using namespace std;
namespace odb
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 2e5c6ba..1418152 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -20,7 +20,6 @@
#include <odb/oracle/oracle-fwd.hxx>
#include <odb/oracle/auto-handle.hxx>
-#include <odb/oracle/details/number.hxx>
#include <odb/oracle/details/export.hxx>
namespace odb