From 12fe9ca7a8b7962831319845bf9a7b44db368b57 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Wed, 30 Sep 2009 21:03:25 +0200 Subject: compile fix: sun compiler complains about missing std::mem_fun_t<> --- src/FbTk/Container.hh | 1 + 1 file changed, 1 insertion(+) 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 @@ #include "Orientation.hh" #include +#include namespace FbTk { -- cgit v0.11.2