diff options
Diffstat (limited to 'test/interrupt_encoder_test.cc')
| -rw-r--r-- | test/interrupt_encoder_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc index 85428e7d3..e146d2916 100644 --- a/test/interrupt_encoder_test.cc +++ b/test/interrupt_encoder_test.cc @@ -33,7 +33,7 @@ #include "test.h" #include <boost/test/unit_test.hpp> -using boost::shared_ptr; +using std::shared_ptr; /** Interrupt a DCP encode when it is in progress, as this used to (still does?) * sometimes give an error related to pthreads. |
