From 4ebf73bd03b88ac03341e53c1adef5d1adf87362 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 13 Jan 2023 11:44:16 +0100 Subject: [PATCH] include missing type --- bsp_q7s/obsw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp_q7s/obsw.cpp b/bsp_q7s/obsw.cpp index 881c03e1..6b179058 100644 --- a/bsp_q7s/obsw.cpp +++ b/bsp_q7s/obsw.cpp @@ -2,6 +2,7 @@ #include #include +#include #include "OBSWConfig.h" #include "commonConfig.h"