diff options
author | simonb <simonb> | 2006-04-05 14:14:35 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-05 14:14:35 (GMT) |
commit | 8c12c5ecaf4ec6e1ad729115732f5579cbd4a788 (patch) | |
tree | 506820cefb2dfa75dd1370a302980ca686465f98 /src | |
parent | 0497afae19f49050f4a11716d79d3d01e869e4d3 (diff) | |
download | fluxbox-8c12c5ecaf4ec6e1ad729115732f5579cbd4a788.zip fluxbox-8c12c5ecaf4ec6e1ad729115732f5579cbd4a788.tar.bz2 |
fix build error in gcc 2.95.4, missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/ScreenPlacement.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh index 93e6a82..b8941bf 100644 --- a/src/ScreenPlacement.hh +++ b/src/ScreenPlacement.hh | |||
@@ -27,6 +27,8 @@ | |||
27 | #include "PlacementStrategy.hh" | 27 | #include "PlacementStrategy.hh" |
28 | #include "FbTk/Resource.hh" | 28 | #include "FbTk/Resource.hh" |
29 | 29 | ||
30 | #include <memory> | ||
31 | |||
30 | class BScreen; | 32 | class BScreen; |
31 | 33 | ||
32 | /** | 34 | /** |