X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=561e229dda8ec647f13238978b0c212cac3af480;hb=d008cab11b7508601e793d47e53a87be9972aed1;hp=d3e1f4acd25de681fd147253ddc8d423ce5cd2bc;hpb=0402d7a3e425c56321234e4bb546d9b698c6d237;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index d3e1f4ac..561e229d 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -25,10 +25,10 @@ #include "decoderstack.hpp" +#include +#include #include #include -#include -#include #include #include @@ -416,7 +416,7 @@ void DecoderStack::annotation_callback(srd_proto_data *pdata, void *decoder) row_iter = d->rows_.find((*r).second); else { // Failing that, use the decoder as a key - row_iter = d->rows_.find(Row(decc)); + row_iter = d->rows_.find(Row(decc)); } assert(row_iter != d->rows_.end());