aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 09:13:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 09:13:05 +0200
commit25586dc3b3d4b011ff27e56571c1bd787b8897a3 (patch)
treefd9075636f17999d7220bbe1a51e589fc088cdb6 /odb/oracle/statement.cxx
parentce623b4595beef09f51fdef7c6f28cc4c0efca45 (diff)
Move details/number.hxx include to source file
Diffstat (limited to 'odb/oracle/statement.cxx')
-rw-r--r--odb/oracle/statement.cxx2
1 files changed, 2 insertions, 0 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