aboutsummaryrefslogtreecommitdiff
path: root/src/MenuCreator.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 21:46:13 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 21:46:13 (GMT)
commit813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (patch)
treeb921da6cf7680d0bcded98caf319de6d058dca13 /src/MenuCreator.cc
parentc859ae3987d0b49609effb98e8c28562e1947cf1 (diff)
downloadfluxbox-813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3.zip
fluxbox-813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3.tar.bz2
disabled overhead base classes 'FbTk::Layer' and 'FbTk::LayerItem'
had to add <algorithm> at various other files as a result of this change.
Diffstat (limited to 'src/MenuCreator.cc')
-rw-r--r--src/MenuCreator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MenuCreator.cc b/src/MenuCreator.cc
index 63691af..72e55ca 100644
--- a/src/MenuCreator.cc
+++ b/src/MenuCreator.cc
@@ -54,6 +54,7 @@
54#include "FbTk/Transparent.hh" 54#include "FbTk/Transparent.hh"
55 55
56#include <iostream> 56#include <iostream>
57#include <algorithm>
57 58
58using std::cerr; 59using std::cerr;
59using std::endl; 60using std::endl;