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.
This commit is contained in:
Martin Pulec
2023-11-27 11:02:32 +01:00
parent 62ae77117d
commit 3fa71b552f

View File

@@ -41,11 +41,15 @@
#include <cstdlib>
#include <cstring>
#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