summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-09-30 19:03:25 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-09-30 19:03:25 (GMT)
commit12fe9ca7a8b7962831319845bf9a7b44db368b57 (patch)
tree7fce999e60e34fcaa9069518e63e1df73c3fc60a
parent884db973bb7d11252581e7bc10ce172892986b67 (diff)
downloadfluxbox_lack-12fe9ca7a8b7962831319845bf9a7b44db368b57.zip
fluxbox_lack-12fe9ca7a8b7962831319845bf9a7b44db368b57.tar.bz2
compile fix: sun compiler complains about missing std::mem_fun_t<>
-rw-r--r--src/FbTk/Container.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Container.hh b/src/FbTk/Container.hh
index e2614a8..bd5e3aa 100644
--- a/src/FbTk/Container.hh
+++ b/src/FbTk/Container.hh
@@ -29,6 +29,7 @@
29#include "Orientation.hh" 29#include "Orientation.hh"
30 30
31#include <list> 31#include <list>
32#include <functional>
32 33
33namespace FbTk { 34namespace FbTk {
34 35