X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;fp=test%2Fdata%2Fdecoderstack.cpp;h=0fc0da392249b33179e6e6202e0f655f53d57032;hp=d6e4f75a8a898dbbf3aea473690dcffdbbdbfb71;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hpb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79 diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index d6e4f75..0fc0da3 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -28,10 +28,10 @@ #include "../../pv/sigsession.h" #include "../../pv/view/decodetrace.h" -using boost::shared_ptr; using pv::data::DecoderStack; using pv::data::decode::Decoder; using pv::view::DecodeTrace; +using std::shared_ptr; using std::vector; BOOST_AUTO_TEST_SUITE(DecoderStackTest)