diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-12-17 16:34:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-12-17 16:34:06 +0200 |
commit | 6aa5dd1d8ec50e0b4d793e1567b233d7a0b86a55 (patch) | |
tree | 85a3fcecec1372a6c2fa7e7166d61b7f45977af4 | |
parent | 92aa007967672a21d1b3b2d7d4a71d8e7a7662f4 (diff) |
Add missing include2.1
-rw-r--r-- | odb/sqlite/view-result.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx index 82910db..56c5462 100644 --- a/odb/sqlite/view-result.hxx +++ b/odb/sqlite/view-result.hxx @@ -15,6 +15,7 @@ #include <odb/sqlite/version.hxx> #include <odb/sqlite/forward.hxx> // query, view_statements +#include <odb/sqlite/result.hxx> #include <odb/sqlite/statement.hxx> namespace odb |