diff options
Diffstat (limited to 'common/threads')
-rw-r--r-- | common/threads/driver.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index 6c64736..212ff60 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -24,7 +24,8 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; +namespace details = odb::details; const unsigned long thread_count = 32; const unsigned long iteration_count = 100; |