diff options
-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: |