fix build error in gcc 2.95.4, missing include
This commit is contained in:
parent
0497afae19
commit
8c12c5ecaf
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
#include "PlacementStrategy.hh"
|
||||
#include "FbTk/Resource.hh"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class BScreen;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue