diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 09:13:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-17 09:13:05 +0200 |
commit | 25586dc3b3d4b011ff27e56571c1bd787b8897a3 (patch) | |
tree | fd9075636f17999d7220bbe1a51e589fc088cdb6 | |
parent | ce623b4595beef09f51fdef7c6f28cc4c0efca45 (diff) |
Move details/number.hxx include to source file
-rw-r--r-- | odb/oracle/statement.cxx | 2 | ||||
-rw-r--r-- | odb/oracle/statement.hxx | 1 |
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 |