all repos — fluxbox @ 8634b9b3ef271adc12b9d989174aaa51b394fc08

custom fork of the fluxbox windowmanager

include memory for auto_ptr
fluxgen fluxgen
commit

8634b9b3ef271adc12b9d989174aaa51b394fc08

parent

73ee2ebc543c48d0efb29412e9e4f77c9a04f857

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/ToolFactory.hhsrc/ToolFactory.hh

@@ -29,6 +29,8 @@ #include "IconbarTheme.hh"

#include "FbTk/NotCopyable.hh" +#include <memory> + class ToolbarItem; class BScreen; class Toolbar;