UE4 - Mono Compile fix

[CL 2620399 by Rolando Caloca in Main branch]
This commit is contained in:
Rolando Caloca
2015-07-14 13:13:01 -04:00
committed by Rolando.Caloca@epicgames.com
parent 3638086d83
commit 6d644335df

View File

@@ -9,7 +9,6 @@
#define D3D12_SUPPORTS_PARALLEL_RHI_EXECUTE 1
#include "D3D12RHI.h"
// Dependencies.
#include "Core.h"
@@ -20,6 +19,7 @@
DECLARE_LOG_CATEGORY_EXTERN(LogD3D12RHI, Log, All);
#include "D3D12RHI.h"
#include "D3D12RHIBasePrivate.h"
#include "StaticArray.h"