X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevicemanager.cpp;h=f1f4c542ca227bca236f050f9e226f30c7271422;hb=fa792224c7c38519b0e7b58e997f82815cd53966;hp=17a49774465c3d90fa7c8e3171d10bd4900c33f1;hpb=3084ed4b15663dd717ff656745db305f377ab215;p=pulseview.git diff --git a/pv/devicemanager.cpp b/pv/devicemanager.cpp index 17a4977..f1f4c54 100644 --- a/pv/devicemanager.cpp +++ b/pv/devicemanager.cpp @@ -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;