aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Theme.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-24 10:52:57 (GMT)
committersimonb <simonb>2006-03-24 10:52:57 (GMT)
commit7c4e48cc699fe523b2f86af2e8189cd6baa00eb9 (patch)
treed5850ff04eb9049e6111b5b24ea74309812f33e6 /src/FbTk/Theme.cc
parent50b6883f36f767b3ed76b698c318a34e8b00f9d0 (diff)
downloadfluxbox-7c4e48cc699fe523b2f86af2e8189cd6baa00eb9.zip
fluxbox-7c4e48cc699fe523b2f86af2e8189cd6baa00eb9.tar.bz2
fix compile error, include algorithm
Diffstat (limited to 'src/FbTk/Theme.cc')
-rw-r--r--src/FbTk/Theme.cc1
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
41using namespace std; 42using namespace std;
42 43