aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/lazy-ptr.hxx')
-rw-r--r--odb/lazy-ptr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/lazy-ptr.hxx b/odb/lazy-ptr.hxx
index 8df47b9..3de8dab 100644
--- a/odb/lazy-ptr.hxx
+++ b/odb/lazy-ptr.hxx
@@ -10,7 +10,7 @@
#include <memory> // std::auto_ptr, std::shared_ptr/weak_ptr
#include <utility> // std::move
-#include <odb/forward.hxx> // odb::database
+#include <odb/forward.hxx> // odb::core, odb::database
#include <odb/traits.hxx>
#include <odb/lazy-ptr-impl.hxx>
#include <odb/details/config.hxx> // ODB_CXX11
@@ -627,7 +627,7 @@ namespace odb
#endif // ODB_CXX11
- namespace core
+ namespace common
{
using odb::lazy_ptr;
using odb::lazy_auto_ptr;