summaryrefslogtreecommitdiff
path: root/benchmark/j2k_transcode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/j2k_transcode.cc')
-rw-r--r--benchmark/j2k_transcode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/j2k_transcode.cc b/benchmark/j2k_transcode.cc
index cd1bd52a..a5984a0d 100644
--- a/benchmark/j2k_transcode.cc
+++ b/benchmark/j2k_transcode.cc
@@ -43,7 +43,7 @@
using std::cout;
using std::cerr;
-using boost::shared_ptr;
+using std::shared_ptr;
class Timer
{