summaryrefslogtreecommitdiff
path: root/src/lib/file_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/file_log.cc')
-rw-r--r--src/lib/file_log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/file_log.cc b/src/lib/file_log.cc
index b9aa84c3d..481624c2a 100644
--- a/src/lib/file_log.cc
+++ b/src/lib/file_log.cc
@@ -28,7 +28,7 @@
using std::cout;
using std::string;
using std::max;
-using boost::shared_ptr;
+using std::shared_ptr;
/** @param file Filename to write log to */
FileLog::FileLog (boost::filesystem::path file)