X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fsnapshot.h;h=499164400014d20001ae1e130c177bfcefe990be;hb=0a9fdca5f3874231414882a6bbf87a333a317711;hp=1f1ca3cf0b8539e7387c5211434123ce98ee42f4;hpb=27d7c96b57d967edd8bcde9bb5570d573a0ef474;p=pulseview.git diff --git a/pv/data/snapshot.h b/pv/data/snapshot.h index 1f1ca3c..4991644 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;