diff options
author | simonb <simonb> | 2006-03-24 10:52:57 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-24 10:52:57 (GMT) |
commit | 7c4e48cc699fe523b2f86af2e8189cd6baa00eb9 (patch) | |
tree | d5850ff04eb9049e6111b5b24ea74309812f33e6 /src | |
parent | 50b6883f36f767b3ed76b698c318a34e8b00f9d0 (diff) | |
download | fluxbox-7c4e48cc699fe523b2f86af2e8189cd6baa00eb9.zip fluxbox-7c4e48cc699fe523b2f86af2e8189cd6baa00eb9.tar.bz2 |
fix compile error, include algorithm
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Theme.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc index e8381d4..e3c7f7f 100644 --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.cc | |||
@@ -37,6 +37,7 @@ | |||
37 | #endif | 37 | #endif |
38 | #include <memory> | 38 | #include <memory> |
39 | #include <iostream> | 39 | #include <iostream> |
40 | #include <algorithm> | ||
40 | 41 | ||
41 | using namespace std; | 42 | using namespace std; |
42 | 43 | ||