From eb5c56664fd3bc41fb6ea006987096150b95dec1 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 12 Jan 2021 21:03:09 +0100 Subject: [PATCH] relative include --- housekeeping/HousekeepingMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/housekeeping/HousekeepingMessage.h b/housekeeping/HousekeepingMessage.h index a64ce18b..0c7680dc 100644 --- a/housekeeping/HousekeepingMessage.h +++ b/housekeeping/HousekeepingMessage.h @@ -1,7 +1,7 @@ #ifndef FSFW_HOUSEKEEPING_HOUSEKEEPINGMESSAGE_H_ #define FSFW_HOUSEKEEPING_HOUSEKEEPINGMESSAGE_H_ -#include +#include "../datapoollocal/localPoolDefinitions.h" #include "../ipc/CommandMessage.h" #include "../ipc/FwMessageTypes.h" #include "../objectmanager/frameworkObjects.h"