fix build error in gcc 2.95.4, missing include

This commit is contained in:
simonb 2006-04-05 14:14:35 +00:00
parent 0497afae19
commit 8c12c5ecaf
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

@ -27,6 +27,8 @@
#include "PlacementStrategy.hh"
#include "FbTk/Resource.hh"
#include <memory>
class BScreen;
/**