X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.cpp;h=4277524886a0f12c9cc5ff610ed805a7faad3c92;hb=941c1ba74ba3ba6dd44bf23aafee28809138032b;hp=faa3171d85d41b13115ba37c624abfa65be6d4bf;hpb=ac223c1e07cb56b69c8a11b94014a0ad3ccf393f;p=pulseview.git diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index faa3171..4277524 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -25,8 +25,10 @@ #include "int.h" -using namespace std; -using namespace boost; +using boost::optional; +using std::max; +using std::min; +using std::pair; namespace pv { namespace prop {