From 7ad4f84b9d881e61a8b7573759ace606c5f59754 Mon Sep 17 00:00:00 2001 From: molihuan <1492906929@qq.com> Date: Sun, 5 Nov 2023 15:14:17 +0800 Subject: [PATCH] fix The namespace 'std' does not have a member 'thread' --- windows/gal_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/gal_plugin.cpp b/windows/gal_plugin.cpp index 5b0b64fc..80088028 100644 --- a/windows/gal_plugin.cpp +++ b/windows/gal_plugin.cpp @@ -11,6 +11,7 @@ #include #include #include +#include namespace gal {