Fix tests.
[libdcp.git] / benchmark / j2k_transcode.cc
index cd1bd52a0fc19ce978f3acde51cd22230fc21bec..c984dc5bed70874c7e03195f0bf7601ab6421b5e 100644 (file)
@@ -35,7 +35,7 @@
 #include "array_data.h"
 #include "util.h"
 #include "version.h"
-#include "j2k.h"
+#include "j2k_transcode.h"
 #include "openjpeg_image.h"
 #include <sys/time.h>
 #include <iostream>
@@ -43,7 +43,7 @@
 
 using std::cout;
 using std::cerr;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 class Timer
 {