diff options
Diffstat (limited to 'mysql/native')
-rw-r--r-- | mysql/native/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/driver.cxx b/mysql/native/driver.cxx index 1141860..8854566 100644 --- a/mysql/native/driver.cxx +++ b/mysql/native/driver.cxx @@ -16,7 +16,7 @@ #include <common/common.hxx> using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) |