From 8d8b3fd07131664f467981d17e80e44c0a708cc2 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 26 Aug 2021 22:24:26 +0100 Subject: Add missing header --- src/threading.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/threading.cpp b/src/threading.cpp index 8e1ee8104..c8a15e2a6 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -1,3 +1,7 @@ +#if defined(GB_SYSTEM_UNIX) +#include +#endif + struct BlockingMutex; struct RecursiveMutex; struct Semaphore; -- cgit v1.2.3