aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-25 11:15:01 (GMT)
committerfluxgen <fluxgen>2003-04-25 11:15:01 (GMT)
commit8bbc39b8d078cbf3e62a724f67228c4e865e171c (patch)
tree274a7715046f52b852015931313a5c760beaadaa /src/Gnome.cc
parent538f6406a230a5ae41628459841a95be5dc70715 (diff)
downloadfluxbox-8bbc39b8d078cbf3e62a724f67228c4e865e171c.zip
fluxbox-8bbc39b8d078cbf3e62a724f67228c4e865e171c.tar.bz2
fixed include
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index d4822c5..17d4f30 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Gnome.cc,v 1.17 2003/04/15 12:22:52 fluxgen Exp $ 22// $Id: Gnome.cc,v 1.18 2003/04/25 11:15:01 fluxgen Exp $
23 23
24#include "Gnome.hh" 24#include "Gnome.hh"
25 25
@@ -27,6 +27,7 @@
27#include "Window.hh" 27#include "Window.hh"
28#include "Screen.hh" 28#include "Screen.hh"
29#include "WinClient.hh" 29#include "WinClient.hh"
30#include "Workspace.hh"
30 31
31#include <iostream> 32#include <iostream>
32#include <new> 33#include <new>