aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx
index 90729fc..df14928 100644
--- a/odb/exceptions.hxx
+++ b/odb/exceptions.hxx
@@ -9,6 +9,7 @@
#include <string>
+#include <odb/forward.hxx> // odb::core
#include <odb/exception.hxx>
#include <odb/details/export.hxx>
@@ -188,7 +189,7 @@ namespace odb
std::string what_;
};
- namespace core
+ namespace common
{
using odb::null_pointer;