aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-09-14 19:56:14 (GMT)
committerfluxgen <fluxgen>2005-09-14 19:56:14 (GMT)
commit73ee2ebc543c48d0efb29412e9e4f77c9a04f857 (patch)
tree0ac6e4f44c634b4613e51cb52f6e07753751942c
parentd4d91d099327f06bf83f140c5fa73461f95a19e3 (diff)
downloadfluxbox-73ee2ebc543c48d0efb29412e9e4f77c9a04f857.zip
fluxbox-73ee2ebc543c48d0efb29412e9e4f77c9a04f857.tar.bz2
include functional for mem_fun_t
-rw-r--r--src/Container.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Container.hh b/src/Container.hh
index 7692bef..211567a 100644
--- a/src/Container.hh
+++ b/src/Container.hh
@@ -30,6 +30,7 @@
30#include "FbTk/NotCopyable.hh" 30#include "FbTk/NotCopyable.hh"
31 31
32#include <list> 32#include <list>
33#include <functional>
33 34
34class Container:public FbTk::FbWindow, public FbTk::EventHandler, private FbTk::NotCopyable { 35class Container:public FbTk::FbWindow, public FbTk::EventHandler, private FbTk::NotCopyable {
35public: 36public: