summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2005-12-11 12:00:00 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 01:10:21 +0200
commitbb39010021b5fd8a1046200839c678afc76227d5 (patch)
tree81c27dc44e9c40512514334030ce7309c48efaa2 /status.h
parent662dd62488f6f842fe5d940e986f798abe1c7691 (diff)
downloadvdr-plugin-text2skin-bb39010021b5fd8a1046200839c678afc76227d5.tar.gz
vdr-plugin-text2skin-bb39010021b5fd8a1046200839c678afc76227d5.tar.bz2
2005-12-11: Version 1.1-cvs_ext-0.3 (vdr-text2skin-1.1-cvs_ext-0.3.diff)
- added recording-tokens: RecordingLength, RecordingCuttedLength
Diffstat (limited to 'status.h')
-rw-r--r--status.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/status.h b/status.h
index 92c06de..7527aaa 100644
--- a/status.h
+++ b/status.h
@@ -5,8 +5,14 @@
#ifndef VDR_TEXT2SKIN_STATUS_H
#define VDR_TEXT2SKIN_STATUS_H
+#ifndef __STL_CONFIG_H
+#define __STL_CONFIG_H
+#endif
+
#include "common.h"
#include <vdr/status.h>
+#include <algorithm>
+#include <vector>
class cText2SkinRender;