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