diff options
Diffstat (limited to 'mysql/truncation/driver.cxx')
-rw-r--r-- | mysql/truncation/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx index 7b8a11d..b4f68b4 100644 --- a/mysql/truncation/driver.cxx +++ b/mysql/truncation/driver.cxx @@ -19,7 +19,7 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) |