diff options
Diffstat (limited to 'relationship/driver.cxx')
-rw-r--r-- | relationship/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relationship/driver.cxx b/relationship/driver.cxx index d31e056..ed359c1 100644 --- a/relationship/driver.cxx +++ b/relationship/driver.cxx @@ -15,7 +15,7 @@ #include "employee-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; void print (const employee& e) |