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