[CLEAN] Added missing includes in headers

This commit is contained in:
Vizepi
2021-04-23 13:59:02 +02:00
parent 2b698ca8b0
commit 6e885ece34
13 changed files with 22 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#if PLATFORM_WIN32
#include "Win32CriticalSection.h"
#include "Engine/Core/Types/BaseTypes.h"
/// <summary>
/// Win32 implementation of a condition variables. Condition variables are synchronization primitives that enable threads to wait until a particular condition occurs. Condition variables enable threads to atomically release a lock and enter the sleeping state.