diff options
Diffstat (limited to 'odb/exception.hxx')
-rw-r--r-- | odb/exception.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/exception.hxx b/odb/exception.hxx index 004ed65..823d785 100644 --- a/odb/exception.hxx +++ b/odb/exception.hxx @@ -9,6 +9,7 @@ #include <exception> +#include <odb/forward.hxx> // odb::core #include <odb/details/export.hxx> namespace odb @@ -19,7 +20,7 @@ namespace odb what () const throw () = 0; }; - namespace core + namespace common { using odb::exception; } |