From d03d5aa74caef0caf19bd2f351dee173cba6f4fc Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Fri, 2 Jun 2023 12:02:37 +0200 Subject: [PATCH] fixing host osal for GCC13 --- src/fsfw/osal/host/FixedTimeslotTask.h | 1 + src/fsfw/osal/host/PeriodicTask.h | 1 + src/fsfw/osal/host/taskHelpers.h | 1 + 3 files changed, 3 insertions(+) diff --git a/src/fsfw/osal/host/FixedTimeslotTask.h b/src/fsfw/osal/host/FixedTimeslotTask.h index 4e77f8fd4..95159ab86 100644 --- a/src/fsfw/osal/host/FixedTimeslotTask.h +++ b/src/fsfw/osal/host/FixedTimeslotTask.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "fsfw/objectmanager/ObjectManagerIF.h" #include "fsfw/tasks/FixedSlotSequence.h" diff --git a/src/fsfw/osal/host/PeriodicTask.h b/src/fsfw/osal/host/PeriodicTask.h index 6fdaae4ee..82ec70c00 100644 --- a/src/fsfw/osal/host/PeriodicTask.h +++ b/src/fsfw/osal/host/PeriodicTask.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "fsfw/objectmanager/ObjectManagerIF.h" #include "fsfw/tasks/PeriodicTaskBase.h" diff --git a/src/fsfw/osal/host/taskHelpers.h b/src/fsfw/osal/host/taskHelpers.h index 7d9ff33cb..359883322 100644 --- a/src/fsfw/osal/host/taskHelpers.h +++ b/src/fsfw/osal/host/taskHelpers.h @@ -4,6 +4,7 @@ #include #include +#include namespace tasks {