diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:51:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:51:04 +0200 |
commit | c5ffe3dd5794074eb5850c23c41b1417fe63b231 (patch) | |
tree | af2aa678b12f244e40481f78a55f1afb6112cd10 | |
parent | 8fa47fed49fdb13b857c63f721edd9c55688a588 (diff) |
Add missing #include
-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> |