diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-09-30 19:03:25 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-09-30 19:03:25 (GMT) |
commit | 12fe9ca7a8b7962831319845bf9a7b44db368b57 (patch) | |
tree | 7fce999e60e34fcaa9069518e63e1df73c3fc60a /src/FbTk/Container.hh | |
parent | 884db973bb7d11252581e7bc10ce172892986b67 (diff) | |
download | fluxbox_lack-12fe9ca7a8b7962831319845bf9a7b44db368b57.zip fluxbox_lack-12fe9ca7a8b7962831319845bf9a7b44db368b57.tar.bz2 |
compile fix: sun compiler complains about missing std::mem_fun_t<>
Diffstat (limited to 'src/FbTk/Container.hh')
-rw-r--r-- | src/FbTk/Container.hh | 1 |
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 | ||
33 | namespace FbTk { | 34 | namespace FbTk { |
34 | 35 | ||