summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-01-03 21:38:23 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-01-03 21:38:23 +0200
commit2e095b8005c91278fe90ccad25557bae5aadb750 (patch)
tree05758abc9d123d3ed530f382c3f38f0b90fd13af /cache.h
parent5fe5e29f300d653e014f3b656b96f00901f0b106 (diff)
downloadvdr-plugin-text2skin-2e095b8005c91278fe90ccad25557bae5aadb750.tar.gz
vdr-plugin-text2skin-2e095b8005c91278fe90ccad25557bae5aadb750.tar.bz2
Fix build with gcc 4.3's cleaned up C++ headers.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
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 <cstdlib>
#include <map>
#include <vector>
#include <string>