summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/j2k_transcode.cc2
-rw-r--r--benchmark/rgb_to_xyz.cc2
2 files changed, 2 insertions, 2 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
{
diff --git a/benchmark/rgb_to_xyz.cc b/benchmark/rgb_to_xyz.cc
index 7b4400ec..8c06388f 100644
--- a/benchmark/rgb_to_xyz.cc
+++ b/benchmark/rgb_to_xyz.cc
@@ -38,7 +38,7 @@
#include <stdint.h>
using boost::scoped_array;
-using boost::shared_ptr;
+using std::shared_ptr;
int const trials = 256;