diff options
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |