summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
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;