aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-09-14 19:59:26 (GMT)
committerfluxgen <fluxgen>2005-09-14 19:59:26 (GMT)
commit8634b9b3ef271adc12b9d989174aaa51b394fc08 (patch)
tree95d3c87fbabd76278fa5c22b961235aeca55de13
parent73ee2ebc543c48d0efb29412e9e4f77c9a04f857 (diff)
downloadfluxbox-8634b9b3ef271adc12b9d989174aaa51b394fc08.zip
fluxbox-8634b9b3ef271adc12b9d989174aaa51b394fc08.tar.bz2
include memory for auto_ptr
-rw-r--r--src/ToolFactory.hh2
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
32class ToolbarItem; 34class ToolbarItem;
33class BScreen; 35class BScreen;
34class Toolbar; 36class Toolbar;