summaryrefslogtreecommitdiff
path: root/src/Basemenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Basemenu.cc')
-rw-r--r--src/Basemenu.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Basemenu.cc b/src/Basemenu.cc
index 8a3429a0..689d2018 100644
--- a/src/Basemenu.cc
+++ b/src/Basemenu.cc
@@ -43,7 +43,8 @@
#endif // HAVE_STRING_H
#include <algorithm>
-using namespace std;
+using std::min;
+using std::max;
#include "i18n.h"
#include "openbox.h"