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 {