diff --git a/monitoring/MonitorReporter.h b/monitoring/MonitorReporter.h index 6b3204b3..7ce110e5 100644 --- a/monitoring/MonitorReporter.h +++ b/monitoring/MonitorReporter.h @@ -1,11 +1,11 @@ #ifndef FSFW_MONITORING_MONITORREPORTER_H_ #define FSFW_MONITORING_MONITORREPORTER_H_ -#include #include "LimitViolationReporter.h" #include "MonitoringIF.h" #include "MonitoringMessageContent.h" +#include "../datapoollocal/localPoolDefinitions.h" #include "../events/EventManagerIF.h" #include "../parameters/HasParametersIF.h" diff --git a/monitoring/MonitoringMessageContent.h b/monitoring/MonitoringMessageContent.h index e44e8480..d830e313 100644 --- a/monitoring/MonitoringMessageContent.h +++ b/monitoring/MonitoringMessageContent.h @@ -1,9 +1,10 @@ -#ifndef MONITORINGMESSAGECONTENT_H_ -#define MONITORINGMESSAGECONTENT_H_ +#ifndef FSFW_MONITORING_MONITORINGMESSAGECONTENT_H_ +#define FSFW_MONITORING_MONITORINGMESSAGECONTENT_H_ -#include #include "HasMonitorsIF.h" #include "MonitoringIF.h" + +#include "../datapoollocal/localPoolDefinitions.h" #include "../objectmanager/ObjectManagerIF.h" #include "../serialize/SerialBufferAdapter.h" #include "../serialize/SerialFixedArrayListAdapter.h" @@ -85,4 +86,4 @@ private: template object_id_t MonitoringReportContent::timeStamperId = 0; -#endif /* MONITORINGMESSAGECONTENT_H_ */ +#endif /* FSFW_MONITORING_MONITORINGMESSAGECONTENT_H_ */