]> sigrok.org Git - pulseview.git/blobdiff - pv/devicemanager.cpp
Reduce include bloat by including boost/thread/{locks,shared_mutex}.hpp directly
[pulseview.git] / pv / devicemanager.cpp
index 17a49774465c3d90fa7c8e3171d10bd4900c33f1..f1f4c542ca227bca236f050f9e226f30c7271422 100644 (file)
@@ -41,6 +41,8 @@ using std::bind;
 using std::dynamic_pointer_cast;
 using std::list;
 using std::map;
+using std::placeholders::_1;
+using std::placeholders::_2;
 using std::remove_if;
 using std::runtime_error;
 using std::shared_ptr;