diff options
Diffstat (limited to 'common/auto/driver.cxx')
-rw-r--r-- | common/auto/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/auto/driver.cxx b/common/auto/driver.cxx index 4388bbf..9b863f8 100644 --- a/common/auto/driver.cxx +++ b/common/auto/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[]) |