From 71367caf96f16eb7faac502a7db223e0e10da092 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 21 Jun 2024 10:19:41 -0400 Subject: [PATCH] Including missing include This appears to be required with g++14 --- include/CommonAPI/Types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/CommonAPI/Types.hpp b/include/CommonAPI/Types.hpp index a1dd83c..1eb36a8 100644 --- a/include/CommonAPI/Types.hpp +++ b/include/CommonAPI/Types.hpp @@ -14,6 +14,7 @@ #include #include #include +#include #include #ifndef _WIN32