From 94be5916064bd589dac72386d2b36f06a3d10205 Mon Sep 17 00:00:00 2001 From: lcsondes Date: Sat, 13 May 2017 20:25:25 +0100 Subject: [PATCH] VS2017 build fix after upgrading project --- Source/Core/VideoBackends/D3D12/D3DQueuedCommandList.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoBackends/D3D12/D3DQueuedCommandList.h b/Source/Core/VideoBackends/D3D12/D3DQueuedCommandList.h index 6acd83dfc9..c48e383504 100644 --- a/Source/Core/VideoBackends/D3D12/D3DQueuedCommandList.h +++ b/Source/Core/VideoBackends/D3D12/D3DQueuedCommandList.h @@ -6,6 +6,7 @@ #include #include +#include #include namespace DX12