X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fsnapshot.h;fp=pv%2Fdata%2Fsnapshot.h;h=499164400014d20001ae1e130c177bfcefe990be;hp=1f1ca3cf0b8539e7387c5211434123ce98ee42f4;hb=3b68d03ddae96edb38a80f31bf6a990bde21cd1d;hpb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1 diff --git a/pv/data/snapshot.h b/pv/data/snapshot.h index 1f1ca3cf..49916440 100644 --- a/pv/data/snapshot.h +++ b/pv/data/snapshot.h @@ -23,7 +23,8 @@ #include -#include +#include +#include namespace pv { namespace data { @@ -70,7 +71,7 @@ protected: void append_data(void *data, uint64_t samples); protected: - mutable boost::recursive_mutex _mutex; + mutable std::recursive_mutex _mutex; void *_data; uint64_t _sample_count; uint64_t _capacity;