X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fdouble.cpp;h=fa5e5688148bc8f07fe089f88ed3be161a1fab11;hb=819f4c25391a9c74d3d2f528d462142d5c4aad4d;hp=188286ae1c4ff08a22687c0ac11704c69920ff23;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/double.cpp b/pv/prop/double.cpp index 188286a..fa5e568 100644 --- a/pv/prop/double.cpp +++ b/pv/prop/double.cpp @@ -24,8 +24,8 @@ #include "double.h" -using namespace std; -using namespace boost; +using boost::optional; +using std::pair; namespace pv { namespace prop {