X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.cpp;h=d3e483bd8d0435ea0aea65ea3d1df0661d5e743e;hb=943edd769f24a5a17df4f0b5e94d92b1b19c8300;hp=13c40a355aafdad2aa3961e7be524bfb8a510616;hpb=f46e495ef1db0a4e522462ac18260f2151fa2b89;p=pulseview.git diff --git a/pv/data/decode/decoder.cpp b/pv/data/decode/decoder.cpp index 13c40a35..d3e483bd 100644 --- a/pv/data/decode/decoder.cpp +++ b/pv/data/decode/decoder.cpp @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include #include @@ -25,9 +27,9 @@ #include -using boost::shared_ptr; using std::set; using std::map; +using std::shared_ptr; using std::string; namespace pv { @@ -68,7 +70,7 @@ Decoder::channels() const } void Decoder::set_probes(std::map > probes) + std::shared_ptr > probes) { _probes = probes; }