X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=1e1d600d329d5a010a9231aa047ebfcbef885f9d;hb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff;hp=d3e1f4acd25de681fd147253ddc8d423ce5cd2bc;hpb=0402d7a3e425c56321234e4bb546d9b698c6d237;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index d3e1f4a..1e1d600 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -25,12 +25,12 @@ #include "decoderstack.hpp" +#include +#include #include #include -#include -#include #include -#include +#include using std::lock_guard; using std::mutex; @@ -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());