From adc6c370d3ad25f186b709399b057e1e32d2fd6d Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 7 Jul 2023 16:24:56 +0200 Subject: [PATCH] Missing include of stl.h --- lib_com/env_stab.c | 3 +++ lib_com/options.h | 1 + 2 files changed, 4 insertions(+) diff --git a/lib_com/env_stab.c b/lib_com/env_stab.c index b4da4ce9d7..1d9023eeeb 100644 --- a/lib_com/env_stab.c +++ b/lib_com/env_stab.c @@ -44,6 +44,9 @@ #include "prot.h" #include "rom_com.h" #include "wmc_auto.h" +#ifdef FIX_594_STL_INCLUDE +#include "stl.h" +#endif #ifdef DEBUGGING #include "assert.h" #endif diff --git a/lib_com/options.h b/lib_com/options.h index e4d3a06b58..fab827156f 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -160,6 +160,7 @@ #define FIX_575_LOW_OVERLAP_PLC_RECOVERY /* FhG: Issue 575 fix for PLC and transistion to TCX5*/ #define ISM_FB_16k4 /* VA: Issue: 579: change BW from SWB to FB in NxISM conditions to match the EVS codec */ #define FIX_580_PARAMMC_ENER_BURSTS /* FhG: issue 580: energy bursts due to ILD holding when energy relations change too much */ +#define FIX_594_STL_INCLUDE /* FhG: issue 594: Missing include of stl.h */ /* ################## End DEVELOPMENT switches ######################### */ -- GitLab