diff options
author | fluxgen <fluxgen> | 2007-10-24 19:38:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-24 19:38:27 (GMT) |
commit | a092d3fc1b351a4c6ea1d95757b5244bf86b8a39 (patch) | |
tree | c6680f8a1e5cc4eec176d8d608bbd08dc95910ec /src/Layer.hh | |
parent | e7513df45fce2bfbbac8b764e07627dfe36e6ba5 (diff) | |
download | fluxbox-a092d3fc1b351a4c6ea1d95757b5244bf86b8a39.zip fluxbox-a092d3fc1b351a4c6ea1d95757b5244bf86b8a39.tar.bz2 |
fixed gcc 2.96 compile problem
Diffstat (limited to 'src/Layer.hh')
-rw-r--r-- | src/Layer.hh | 2 |
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 | |||
26 | using std::string; | 28 | using std::string; |
27 | 29 | ||
28 | /** | 30 | /** |