aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index 5db08cd..d90ceb0 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -9,7 +9,7 @@
#include <cstddef> // std::ptrdiff_t, std::size_t
-#include <odb/forward.hxx>
+#include <odb/forward.hxx> // odb::core
#include <odb/traits.hxx>
#include <odb/details/export.hxx>
@@ -215,7 +215,7 @@ namespace odb
details::shared_ptr<result_impl_type> impl_;
};
- namespace core
+ namespace common
{
using odb::result;
using odb::result_iterator;