From dacdb0c6c2da633ce31dcb92c46079ee4c08ea1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 22 Nov 2024 01:27:37 +0100 Subject: [PATCH] Buildfix --- Common/Data/Collections/CharQueue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/Data/Collections/CharQueue.h b/Common/Data/Collections/CharQueue.h index 50fb455cb0..2be72d35b1 100644 --- a/Common/Data/Collections/CharQueue.h +++ b/Common/Data/Collections/CharQueue.h @@ -4,6 +4,7 @@ #include "Common/Data/Collections/Slice.h" #include +#include #include // Queue with a dynamic size, optimized for bulk inserts and retrievals - and optimized