diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:47:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:47:57 +0200 |
commit | f85e4bbdcfa4a111b6a6f9104b9bf666046ab061 (patch) | |
tree | f96363f039c7e889d1c8aeb39a70a0feef299fed | |
parent | 2ce2258f8a014186639b7fed4b80020a82508cd1 (diff) |
Add missing #include
-rw-r--r-- | odb/sqlite/object-result.txx | 2 |
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> |