From 2e095b8005c91278fe90ccad25557bae5aadb750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 3 Jan 2009 21:38:23 +0200 Subject: Fix build with gcc 4.3's cleaned up C++ headers. --- cache.h | 1 + xml/type.h | 1 + 2 files changed, 2 insertions(+) diff --git a/cache.h b/cache.h index 0bac611..b4857e6 100644 --- a/cache.h +++ b/cache.h @@ -5,6 +5,7 @@ #ifndef VDR_TEXT2SKIN_CACHE_HPP #define VDR_TEXT2SKIN_CACHE_HPP +#include #include #include #include diff --git a/xml/type.h b/xml/type.h index e37d99d..7892cbd 100644 --- a/xml/type.h +++ b/xml/type.h @@ -5,6 +5,7 @@ #ifndef VDR_TEXT2SKIN_XML_TYPE_H #define VDR_TEXT2SKIN_XML_TYPE_H +#include #include #include #include -- cgit v1.2.3