From e57bec755dbbca9ab74b12b3538f11ddacff6d9c Mon Sep 17 00:00:00 2001 From: consti10 Date: Sun, 13 Aug 2023 22:22:47 +0200 Subject: [PATCH] exp - how much compile time overhead does spdlog create --- src/FECEnabled.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FECEnabled.h b/src/FECEnabled.h index 13d82a2c..b0fc8708 100644 --- a/src/FECEnabled.h +++ b/src/FECEnabled.h @@ -18,9 +18,10 @@ #include #include #include +#include -#include "FEC.hpp" #include "HelperSources/TimeHelper.hpp" +#include "FEC.hpp" /** * Encoder and Decoder pair for FEC protected block / packet based data streaming.