diff options
author | fluxgen <fluxgen> | 2005-09-14 19:59:26 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-09-14 19:59:26 (GMT) |
commit | 8634b9b3ef271adc12b9d989174aaa51b394fc08 (patch) | |
tree | 95d3c87fbabd76278fa5c22b961235aeca55de13 | |
parent | 73ee2ebc543c48d0efb29412e9e4f77c9a04f857 (diff) | |
download | fluxbox-8634b9b3ef271adc12b9d989174aaa51b394fc08.zip fluxbox-8634b9b3ef271adc12b9d989174aaa51b394fc08.tar.bz2 |
include memory for auto_ptr
-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; |