aboutsummaryrefslogtreecommitdiff
path: root/odb/nullable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/nullable.hxx')
-rw-r--r--odb/nullable.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/nullable.hxx b/odb/nullable.hxx
index e3c9bc8..565b4ee 100644
--- a/odb/nullable.hxx
+++ b/odb/nullable.hxx
@@ -7,6 +7,8 @@
#include <odb/pre.hxx>
+#include <odb/forward.hxx> // odb::core
+
namespace odb
{
template <typename T>
@@ -52,7 +54,7 @@ namespace odb
bool null_;
};
- namespace core
+ namespace common
{
using odb::nullable;
}