summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:45:29 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:45:29 +0000
commit2872eebd85125a745d2db710be7578045a74c771 (patch)
tree95dbd6477c7d65b698509d573da058a15b0b159a
parentb9542da7561744534b482deae6f087ac020935cb (diff)
downloadvdr-plugin-live-2872eebd85125a745d2db710be7578045a74c771.tar.gz
vdr-plugin-live-2872eebd85125a745d2db710be7578045a74c771.tar.bz2
- included i18n.h for trVDR
-rw-r--r--timers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/timers.cpp b/timers.cpp
index b9f3594..65f480d 100644
--- a/timers.cpp
+++ b/timers.cpp
@@ -4,6 +4,7 @@
#include "exception.h"
#include "timers.h"
#include "tools.h"
+#include "i18n.h"
static bool operator<( cTimer const& left, cTimer const& right )
{