diff --git a/bsp_linux/fsfwconfig/pollingsequence/pollingSequenceFactory.h b/bsp_linux/fsfwconfig/pollingsequence/pollingSequenceFactory.h index 87dd281..b696b78 100644 --- a/bsp_linux/fsfwconfig/pollingsequence/pollingSequenceFactory.h +++ b/bsp_linux/fsfwconfig/pollingsequence/pollingSequenceFactory.h @@ -1,7 +1,7 @@ #ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ #define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ -#include +#include "OBSWConfig.h" #include class FixedTimeslotTaskIF; diff --git a/common/stm32_nucleo/STM32TestTask.cpp b/common/stm32_nucleo/STM32TestTask.cpp index 3d5f22b..6f3655f 100644 --- a/common/stm32_nucleo/STM32TestTask.cpp +++ b/common/stm32_nucleo/STM32TestTask.cpp @@ -1,6 +1,6 @@ -#include -#include -#include +#include "STM32TestTask.h" +#include "stm32h7xx_nucleo.h" +#include "OBSWConfig.h" STM32TestTask::STM32TestTask(object_id_t objectId, bool enablePrintout, bool blinkyLed): TestTask(objectId, enablePrintout),