From 2efff4d2c5ef82b5b62567ab1bb0ee53aeed6a5a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 21 Feb 2023 02:59:13 +0100 Subject: [PATCH] missing include --- src/fsfw_hal/linux/spi/ManualCsLockGuard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fsfw_hal/linux/spi/ManualCsLockGuard.h b/src/fsfw_hal/linux/spi/ManualCsLockGuard.h index feb6dd83..1f0997b0 100644 --- a/src/fsfw_hal/linux/spi/ManualCsLockGuard.h +++ b/src/fsfw_hal/linux/spi/ManualCsLockGuard.h @@ -1,5 +1,6 @@ #pragma once +#include #include "fsfw/ipc/MutexIF.h" #include "fsfw/returnvalues/returnvalue.h" #include "fsfw_hal/common/gpio/GpioIF.h"