aboutsummaryrefslogtreecommitdiff
path: root/odb/prepared-query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/prepared-query.hxx')
-rw-r--r--odb/prepared-query.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/prepared-query.hxx b/odb/prepared-query.hxx
index 53d8110..928f078 100644
--- a/odb/prepared-query.hxx
+++ b/odb/prepared-query.hxx
@@ -7,7 +7,7 @@
#include <odb/pre.hxx>
-#include <odb/forward.hxx>
+#include <odb/forward.hxx> // odb::core
#include <odb/traits.hxx>
#include <odb/result.hxx>
#include <odb/statement.hxx>
@@ -162,7 +162,7 @@ namespace odb
prepared_query_impl* impl_;
};
- namespace core
+ namespace common
{
using odb::prepared_query;
}