aboutsummaryrefslogtreecommitdiff
path: root/odb/callback.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/callback.hxx')
-rw-r--r--odb/callback.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/callback.hxx b/odb/callback.hxx
index 20326e4..6a836e3 100644
--- a/odb/callback.hxx
+++ b/odb/callback.hxx
@@ -7,6 +7,7 @@
#include <odb/pre.hxx>
+#include <odb/forward.hxx> // odb::core
#include <odb/details/export.hxx>
namespace odb
@@ -32,7 +33,7 @@ namespace odb
value v_;
};
- namespace core
+ namespace common
{
using odb::callback_event;
}