From 6aeffb5be54d546140796eee03805ad9acf7da09 Mon Sep 17 00:00:00 2001 From: kfb77 Date: Sun, 19 Nov 2023 14:55:15 +0100 Subject: [PATCH] tntnet30: fix compile error --- StringMatch.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StringMatch.h b/StringMatch.h index dd775811..f27a3cfa 100644 --- a/StringMatch.h +++ b/StringMatch.h @@ -1,6 +1,9 @@ #pragma once #ifdef HAVE_PCRE2 #include +#if TNTVERSION >= 30000 + #include // must be loaded before any vdr include because of duplicate macros (LOG_ERROR, LOG_DEBUG, LOG_INFO) +#endif #include #include "stringhelpers.h"