diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:46:13 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:46:13 (GMT) |
commit | 813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (patch) | |
tree | b921da6cf7680d0bcded98caf319de6d058dca13 /src/ClientPattern.cc | |
parent | c859ae3987d0b49609effb98e8c28562e1947cf1 (diff) | |
download | fluxbox_pavel-813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3.zip fluxbox_pavel-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/ClientPattern.cc')
-rw-r--r-- | src/ClientPattern.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientPattern.cc b/src/ClientPattern.cc index 3802e59..500574e 100644 --- a/src/ClientPattern.cc +++ b/src/ClientPattern.cc | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <fstream> | 42 | #include <fstream> |
43 | #include <string> | 43 | #include <string> |
44 | #include <memory> | 44 | #include <memory> |
45 | #include <algorithm> | ||
45 | #ifdef HAVE_CSTDIO | 46 | #ifdef HAVE_CSTDIO |
46 | #include <cstdio> | 47 | #include <cstdio> |
47 | #else | 48 | #else |