diff options
author | fluxgen <fluxgen> | 2005-09-14 19:56:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-09-14 19:56:14 (GMT) |
commit | 73ee2ebc543c48d0efb29412e9e4f77c9a04f857 (patch) | |
tree | 0ac6e4f44c634b4613e51cb52f6e07753751942c | |
parent | d4d91d099327f06bf83f140c5fa73461f95a19e3 (diff) | |
download | fluxbox-73ee2ebc543c48d0efb29412e9e4f77c9a04f857.zip fluxbox-73ee2ebc543c48d0efb29412e9e4f77c9a04f857.tar.bz2 |
include functional for mem_fun_t
-rw-r--r-- | src/Container.hh | 1 |
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 | ||
34 | class Container:public FbTk::FbWindow, public FbTk::EventHandler, private FbTk::NotCopyable { | 35 | class Container:public FbTk::FbWindow, public FbTk::EventHandler, private FbTk::NotCopyable { |
35 | public: | 36 | public: |