aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index 5b87220..693be5c 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -10,6 +10,7 @@
#include <odb/details/buffer.hxx>
#include <odb/oracle/version.hxx>
+#include <odb/oracle/forward.hxx> // binding
#include <odb/oracle/oracle-fwd.hxx>
#include <odb/oracle/details/export.hxx>
@@ -131,7 +132,7 @@ namespace odb
{
change_callback (): callback (0), context (0) {};
- void (*callback) (void*);
+ void (*callback) (void*, binding*);
void* context;
};