From d4a60f494c3362bbf9b484cbbe993b0d6169eb26 Mon Sep 17 00:00:00 2001 From: zilmar Date: Wed, 6 Sep 2017 15:38:25 +1000 Subject: [PATCH] [Common] include "stdtypes.h" to SyncEvent.h --- Source/Common/SyncEvent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Common/SyncEvent.h b/Source/Common/SyncEvent.h index f1aa332dd..3da454f65 100644 --- a/Source/Common/SyncEvent.h +++ b/Source/Common/SyncEvent.h @@ -1,4 +1,5 @@ #pragma once +#include "stdtypes.h" class SyncEvent {