summaryrefslogtreecommitdiff
path: root/test/audio_processor_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/audio_processor_test.cc')
-rw-r--r--test/audio_processor_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audio_processor_test.cc b/test/audio_processor_test.cc
index d814ab421..fcb81e104 100644
--- a/test/audio_processor_test.cc
+++ b/test/audio_processor_test.cc
@@ -32,7 +32,7 @@
#include "test.h"
#include <boost/test/unit_test.hpp>
-using boost::shared_ptr;
+using std::shared_ptr;
/** Test the mid-side decoder for analysis and DCP-making */
BOOST_AUTO_TEST_CASE (audio_processor_test)