diff options
-rw-r--r-- | src/ToolFactory.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh index c30e04c..42099fe 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -29,6 +29,8 @@ | |||
29 | 29 | ||
30 | #include "FbTk/NotCopyable.hh" | 30 | #include "FbTk/NotCopyable.hh" |
31 | 31 | ||
32 | #include <memory> | ||
33 | |||
32 | class ToolbarItem; | 34 | class ToolbarItem; |
33 | class BScreen; | 35 | class BScreen; |
34 | class Toolbar; | 36 | class Toolbar; |