From 3801ad8bb15f64308fc73c38cbbf5107806ba131 Mon Sep 17 00:00:00 2001 From: robojumper Date: Mon, 6 May 2024 00:25:39 +0200 Subject: [PATCH] Fix build --- include/rvl/OS/OSError.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rvl/OS/OSError.h b/include/rvl/OS/OSError.h index aa57db79..ac9ece4b 100644 --- a/include/rvl/OS/OSError.h +++ b/include/rvl/OS/OSError.h @@ -1,6 +1,7 @@ #ifndef RVL_SDK_OS_ERROR_H #define RVL_SDK_OS_ERROR_H #include +#include #ifdef __cplusplus extern "C" { #endif