From 320788ee6dc32d1262a4d59cf25a226b489f5c70 Mon Sep 17 00:00:00 2001 From: Rue Date: Mon, 27 Jan 2025 20:30:49 -0500 Subject: [PATCH] This should have already been how the include worked, but somehow EVT-core includes stddef.h or cstddef by default somewhere. So it all sorta worked even though it should not have, but it doesn't work in VCU (For some reason). --- include/core/utils/types/FixedQueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/utils/types/FixedQueue.hpp b/include/core/utils/types/FixedQueue.hpp index ae69a25f..fad00ea0 100644 --- a/include/core/utils/types/FixedQueue.hpp +++ b/include/core/utils/types/FixedQueue.hpp @@ -16,7 +16,7 @@ #ifndef _EVT_FIXED_QUEUE_ #define _EVT_FIXED_QUEUE_ -#include +#include namespace core::types {