diff options
-rw-r--r-- | odb/oracle/traits.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx index c842755..4bae42d 100644 --- a/odb/oracle/traits.cxx +++ b/odb/oracle/traits.cxx @@ -3,11 +3,14 @@ // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#include <cmath> +#include <cstddef> // std::size_t +#include <cmath> // pow #include <deque> #include <odb/oracle/traits.hxx> +using namespace std; + namespace odb { namespace oracle |