From fd28c8ce4f9f10d59708e36cd686fff2d328b3e4 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Mon, 15 Dec 2025 08:51:32 +0100 Subject: [PATCH] Add missing explicit include of It's unconditionally used in the type definition of rlbox_sandbox::func_ptr_map --- code/include/rlbox_sandbox.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/include/rlbox_sandbox.hpp b/code/include/rlbox_sandbox.hpp index be3dcc4..6e2b7d5 100644 --- a/code/include/rlbox_sandbox.hpp +++ b/code/include/rlbox_sandbox.hpp @@ -11,12 +11,12 @@ #include #include #include +#include #ifndef RLBOX_USE_CUSTOM_SHARED_LOCK # include #endif #ifdef RLBOX_MEASURE_TRANSITION_TIMES # include -# include #endif #include #include