diff options
-rw-r--r-- | odb/oracle/object-result.txx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/oracle/object-result.txx b/odb/oracle/object-result.txx index 2b35c7b..1153534 100644 --- a/odb/oracle/object-result.txx +++ b/odb/oracle/object-result.txx @@ -3,6 +3,8 @@ // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file +#include <cassert> + #include <odb/callback.hxx> #include <odb/exceptions.hxx> |