From 2872eebd85125a745d2db710be7578045a74c771 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 25 Oct 2007 16:45:29 +0000 Subject: - included i18n.h for trVDR --- timers.cpp | 1 + 1 file changed, 1 insertion(+) 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 ) { -- cgit v1.2.3