aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:25 +0200
commite7e076bc13ad307010969efd97385354ce011613 (patch)
tree381f827063e5bb3a09633fadf3c01715a70ee357
parent3f1324fd527317e25bbb7de6921fdbecf800a9bf (diff)
Add missing #include
-rw-r--r--odb/pgsql/object-result.txx2
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>