diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-22 16:06:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-22 16:06:48 +0200 |
commit | 2b6eabb7411469faead3949f2fe9cfd950643123 (patch) | |
tree | 7c630fea1dcdd51a6649a59a578c82d67a60091c | |
parent | 666e48a82c343795c44a533ee71d3094fb7f064f (diff) |
Explicitly include odb/exceptions.hxx in odb/database.hxx
-rw-r--r-- | odb/database.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/database.hxx b/odb/database.hxx index 4858f0f..7dd1f5d 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -14,6 +14,7 @@ #include <odb/forward.hxx> #include <odb/query.hxx> #include <odb/result.hxx> +#include <odb/exceptions.hxx> #include <odb/details/export.hxx> |