diff options
Diffstat (limited to 'view/driver.cxx')
-rw-r--r-- | view/driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/driver.cxx b/view/driver.cxx index 8003152..9f692d1 100644 --- a/view/driver.cxx +++ b/view/driver.cxx @@ -19,6 +19,8 @@ using namespace odb::core; int main (int argc, char* argv[]) { + using tr1::shared_ptr; + try { auto_ptr<database> db (create_database (argc, argv)); |