aboutsummaryrefslogtreecommitdiff
path: root/src/Layer.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-10-24 19:38:27 (GMT)
committerfluxgen <fluxgen>2007-10-24 19:38:27 (GMT)
commita092d3fc1b351a4c6ea1d95757b5244bf86b8a39 (patch)
treec6680f8a1e5cc4eec176d8d608bbd08dc95910ec /src/Layer.hh
parente7513df45fce2bfbbac8b764e07627dfe36e6ba5 (diff)
downloadfluxbox-a092d3fc1b351a4c6ea1d95757b5244bf86b8a39.zip
fluxbox-a092d3fc1b351a4c6ea1d95757b5244bf86b8a39.tar.bz2
fixed gcc 2.96 compile problem
Diffstat (limited to 'src/Layer.hh')
-rw-r--r--src/Layer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Layer.hh b/src/Layer.hh
index e86c090..aa99506 100644
--- a/src/Layer.hh
+++ b/src/Layer.hh
@@ -23,6 +23,8 @@
23#define LAYER_HH 23#define LAYER_HH
24 24
25#include <string> 25#include <string>
26#include <stdio.h>
27
26using std::string; 28using std::string;
27 29
28/** 30/**