diff options
Diffstat (limited to 'boost/driver.cxx')
-rw-r--r-- | boost/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/driver.cxx b/boost/driver.cxx index 5136312..39f9c2a 100644 --- a/boost/driver.cxx +++ b/boost/driver.cxx @@ -16,7 +16,7 @@ using namespace std; using namespace boost::gregorian; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) |