summaryrefslogtreecommitdiff
path: root/src/lib/emailer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/emailer.cc')
-rw-r--r--src/lib/emailer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc
index 6fe537eb1..b7cae7079 100644
--- a/src/lib/emailer.cc
+++ b/src/lib/emailer.cc
@@ -34,7 +34,7 @@ using std::min;
using std::list;
using std::cout;
using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
using dcp::ArrayData;
Emailer::Emailer (string from, list<string> to, string subject, string body)