aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boost/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/driver.cxx b/boost/driver.cxx
index 39f9c2a..99ce69a 100644
--- a/boost/driver.cxx
+++ b/boost/driver.cxx
@@ -21,6 +21,8 @@ using namespace odb::core;
int
main (int argc, char* argv[])
{
+ using boost::shared_ptr;
+
try
{
auto_ptr<database> db (create_database (argc, argv));