summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index 0a29989b1..fd826deb6 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -31,8 +31,8 @@
#include "i18n.h"
-using boost::weak_ptr;
-using boost::shared_ptr;
+using std::weak_ptr;
+using std::shared_ptr;
/** Construct an encoder.
* @param film Film that we are encoding.