From 6bc3481931dabe2b72a2781e985922c6fecd7763 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 29 Oct 2021 21:18:19 +0100 Subject: [PATCH] Fix MinGW compilation issues --- src/thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thread.h b/src/thread.h index 55b13ee5d5..d4d341de9e 100644 --- a/src/thread.h +++ b/src/thread.h @@ -17,6 +17,7 @@ #include #if defined(__MINGW32__) #include "3rdparty/mingw-std-threads/mingw.thread.h" +#include "3rdparty/mingw-std-threads/mingw.mutex.h" #endif /**