From 2b2f6440740f0111f773b71d93a7319fd7c01bfb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 17 Apr 2024 15:11:22 +0200 Subject: [PATCH] fix for CI --- linux/payload/plocMpsocHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/payload/plocMpsocHelpers.h b/linux/payload/plocMpsocHelpers.h index 783a2fdc..57fc433e 100644 --- a/linux/payload/plocMpsocHelpers.h +++ b/linux/payload/plocMpsocHelpers.h @@ -6,7 +6,7 @@ #include #include "eive/definitions.h" -#include "fsfw/modes/HasModesIF.h" +#include "eive/eventSubsystemIds.h" #include "fsfw/returnvalues/returnvalue.h" #include "fsfw/serialize/SerializeAdapter.h" #include "fsfw/serialize/SerializeIF.h"