From 2dd8c6cea4a431de5eb3f4a8cf717f63036fec88 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 23 Apr 2025 06:06:47 +0200 Subject: [PATCH] maybe final missing include? --- source_modules/rfspace_source/src/rfspace_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source_modules/rfspace_source/src/rfspace_client.h b/source_modules/rfspace_source/src/rfspace_client.h index 29715a2a..65b9d582 100644 --- a/source_modules/rfspace_source/src/rfspace_client.h +++ b/source_modules/rfspace_source/src/rfspace_client.h @@ -5,6 +5,7 @@ #include #include #include +#include #define RFSPACE_MAX_SIZE 8192 #define RFSPACE_HEARTBEAT_INTERVAL_MS 1000