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