aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:47:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:47:57 +0200
commitf85e4bbdcfa4a111b6a6f9104b9bf666046ab061 (patch)
treef96363f039c7e889d1c8aeb39a70a0feef299fed /odb/sqlite/object-result.txx
parent2ce2258f8a014186639b7fed4b80020a82508cd1 (diff)
Add missing #include
Diffstat (limited to 'odb/sqlite/object-result.txx')
-rw-r--r--odb/sqlite/object-result.txx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/sqlite/object-result.txx b/odb/sqlite/object-result.txx
index f400fe4..4690181 100644
--- a/odb/sqlite/object-result.txx
+++ b/odb/sqlite/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/exceptions.hxx>