From 88691a7a87584005c6c5e06ed5ea038ee82cf7c7 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Tue, 25 Jul 2023 06:32:30 +0100 Subject: [PATCH] Update semaphore.cpp --- Engine/source/platformSDL/threads/semaphore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine/source/platformSDL/threads/semaphore.cpp b/Engine/source/platformSDL/threads/semaphore.cpp index af9141e87..fc6dec817 100644 --- a/Engine/source/platformSDL/threads/semaphore.cpp +++ b/Engine/source/platformSDL/threads/semaphore.cpp @@ -22,8 +22,8 @@ #include "platform/platformAssert.h" #include "platform/threads/semaphore.h" -#include -#include +#include +#include class PlatformSemaphore {