From 3fa71b552fe3674cf20f3813d5f7e784cc99c07e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 27 Nov 2023 11:02:32 +0100 Subject: [PATCH] zfec: revert headers incl removal removed 2023-11-16 by commit c8080a4f config.h include is actually requested (HAVE_ZFEC). If config.h is included and HAVE_ZFEC is defined, also other headers, which have been deleted, are required as well. --- src/rtp/rs.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rtp/rs.cpp b/src/rtp/rs.cpp index 36d17faa5..bf36aadf1 100644 --- a/src/rtp/rs.cpp +++ b/src/rtp/rs.cpp @@ -41,11 +41,15 @@ #include #include +#include "config.h" #include "debug.h" #include "rtp/rs.h" +#include "rtp/rtp_types.h" +#include "transmit.h" #include "ug_runtime_error.hpp" #include "utils/color_out.h" #include "utils/text.h" +#include "video.h" #define DEFAULT_K 200 #define DEFAULT_N 240