fix compile error, include algorithm
simonb simonb
2 files changed,
3 insertions(+),
0 deletions(-)
M
src/FbTk/Theme.cc
→
src/FbTk/Theme.cc
@@ -37,6 +37,7 @@ #include <stdio.h>
#endif #include <memory> #include <iostream> +#include <algorithm> using namespace std;