From a1fc4bc0ab7f20a5d5145f6214d743c2eb0e1921 Mon Sep 17 00:00:00 2001 From: Stephen Webb Date: Thu, 19 Dec 2024 17:47:55 +1100 Subject: [PATCH] Add missing header file --- src/main/cpp/threadutility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/cpp/threadutility.cpp b/src/main/cpp/threadutility.cpp index d1565bbdf..72056cad9 100644 --- a/src/main/cpp/threadutility.cpp +++ b/src/main/cpp/threadutility.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef _WIN32 #include