X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.cpp;h=6857358a64c1e0e8c960656d5efa7e104acaf8ef;hp=73ac1d84bd81eb5d268bd48c82492c6d84afc935;hb=819f4c25391a9c74d3d2f528d462142d5c4aad4d;hpb=092e2a0a3247f55a8f90680e1da694e744a2eee8 diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index 73ac1d84..6857358a 100644 --- a/pv/widgets/popup.cpp +++ b/pv/widgets/popup.cpp @@ -26,7 +26,8 @@ #include "popup.h" -using namespace std; +using std::max; +using std::min; namespace pv { namespace widgets {