fix build error in gcc 2.95.4, missing include
simonb simonb
2 files changed,
4 insertions(+),
0 deletions(-)
M
ChangeLog
→
ChangeLog
@@ -1,6 +1,8 @@
(Format: Year/Month/Day) Changes for 0.9.16: *06/04/05: + * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon) + ScreenPlacement.hh * Fix tabs on other workspaces being shown on placement change (Simon) + Fix XmbFonts for multiple screens. Still need to fix XFontImp, it's quite a bit more convoluted.
M
src/ScreenPlacement.hh
→
src/ScreenPlacement.hh
@@ -27,6 +27,8 @@
#include "PlacementStrategy.hh" #include "FbTk/Resource.hh" +#include <memory> + class BScreen; /**