diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Theme.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Theme.cc b/src/FbTk/Theme.cc index 2037431..faf6ed4 100644 --- a/src/FbTk/Theme.cc +++ b/src/FbTk/Theme.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: Theme.cc,v 1.8 2003/07/01 12:39:49 fluxgen Exp $ | 22 | // $Id: Theme.cc,v 1.9 2003/07/04 10:25:11 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Theme.hh" | 24 | #include "Theme.hh" |
25 | 25 | ||
@@ -29,6 +29,7 @@ | |||
29 | #include "Texture.hh" | 29 | #include "Texture.hh" |
30 | #include "App.hh" | 30 | #include "App.hh" |
31 | 31 | ||
32 | #include <cstdio> | ||
32 | 33 | ||
33 | #ifdef HAVE_CONFIG_H | 34 | #ifdef HAVE_CONFIG_H |
34 | #include "config.h" | 35 | #include "config.h" |