From 4c07ca21eb7c9c36c49608107afc687ea08e53cd Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sat, 2 Jan 2021 19:40:00 +0100 Subject: [PATCH] important include fix --- 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;