diff options
Diffstat (limited to 'inverse/driver.cxx')
-rw-r--r-- | inverse/driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inverse/driver.cxx b/inverse/driver.cxx index 9184e4f..d521579 100644 --- a/inverse/driver.cxx +++ b/inverse/driver.cxx @@ -39,6 +39,8 @@ print (const employee& e) int main (int argc, char* argv[]) { + using tr1::shared_ptr; + try { auto_ptr<database> db (create_database (argc, argv)); |