From e5b3f991efbf74cd7d50c74ed774779b25b7c56c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sat, 2 Jan 2021 19:39:02 +0100 Subject: [PATCH] added important rtems include --- osal/rtems/Clock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/osal/rtems/Clock.cpp b/osal/rtems/Clock.cpp index aa135ade..dda15464 100644 --- a/osal/rtems/Clock.cpp +++ b/osal/rtems/Clock.cpp @@ -4,6 +4,7 @@ #include "../../ipc/MutexHelper.h" #include +#include uint16_t Clock::leapSeconds = 0; MutexIF* Clock::timeMutex = nullptr;