summaryrefslogtreecommitdiff
path: root/src/lib/j2k_still_encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/j2k_still_encoder.cc')
-rw-r--r--src/lib/j2k_still_encoder.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/j2k_still_encoder.cc b/src/lib/j2k_still_encoder.cc
index 51946372f..d8970d3a1 100644
--- a/src/lib/j2k_still_encoder.cc
+++ b/src/lib/j2k_still_encoder.cc
@@ -38,8 +38,9 @@
#include "imagemagick_decoder.h"
#include "film.h"
-using namespace std;
-using namespace boost;
+using std::string;
+using std::pair;
+using boost::shared_ptr;
J2KStillEncoder::J2KStillEncoder (shared_ptr<const Film> f, shared_ptr<const Options> o)
: Encoder (f, o)