all repos — fluxbox @ 12fe9ca7a8b7962831319845bf9a7b44db368b57

custom fork of the fluxbox windowmanager

compile fix: sun compiler complains about missing std::mem_fun_t<>
Mathias Gumz akira at fluxbox dot org
commit

12fe9ca7a8b7962831319845bf9a7b44db368b57

parent

884db973bb7d11252581e7bc10ce172892986b67

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Container.hhsrc/FbTk/Container.hh

@@ -29,6 +29,7 @@ #include "NotCopyable.hh"

#include "Orientation.hh" #include <list> +#include <functional> namespace FbTk {