From 385a45a47fdb47a890178b7b4604a37fc214a10e Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 23 Sep 2011 11:25:02 +0200 Subject: Add missing headers and hoist std namespace declarations into global --- odb/oracle/traits.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +#include // std::size_t +#include // pow #include #include +using namespace std; + namespace odb { namespace oracle -- cgit v1.1