From ad79ea46fdb28772028e489640180f370380405e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 17 Dec 2020 19:45:20 +0100 Subject: [PATCH] additional include for win compileation --- bsp_hosted/fsfwconfig/FSFWConfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp_hosted/fsfwconfig/FSFWConfig.h b/bsp_hosted/fsfwconfig/FSFWConfig.h index 3433613c..8c6c754a 100644 --- a/bsp_hosted/fsfwconfig/FSFWConfig.h +++ b/bsp_hosted/fsfwconfig/FSFWConfig.h @@ -2,6 +2,7 @@ #define CONFIG_FSFWCONFIG_H_ #include +#include //! Used to determine whether C++ ostreams are used //! Those can lead to code bloat.