diff --git a/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h b/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h index 87dd281..1e9184d 100644 --- a/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h +++ b/bsp_stm32_freertos/fsfwconfig/pollingsequence/pollingSequenceFactory.h @@ -1,8 +1,8 @@ #ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ #define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_ -#include -#include +#include "OBSWConfig.h" +#include "fsfw/returnvalues/HasReturnvaluesIF.h" class FixedTimeslotTaskIF;