Skip to content

Commit

Permalink
tntnet30: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
kfb77 committed Nov 19, 2023
1 parent 96d0ffc commit 6aeffb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions StringMatch.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#pragma once
#ifdef HAVE_PCRE2
#include <string>
#if TNTVERSION >= 30000
#include <cxxtools/log.h> // must be loaded before any vdr include because of duplicate macros (LOG_ERROR, LOG_DEBUG, LOG_INFO)
#endif
#include <vdr/channels.h>
#include "stringhelpers.h"

Expand Down

0 comments on commit 6aeffb5

Please sign in to comment.