mirror of https://github.com/PCSX2/pcsx2.git
GS/DX12: Fix building in debug
This commit is contained in:
parent
920c5ab266
commit
1866745936
|
@ -16,10 +16,13 @@
|
|||
#include "PrecompiledHeader.h"
|
||||
|
||||
#include "GS/Renderers/DX12/D3D12Context.h"
|
||||
|
||||
#include "common/Assertions.h"
|
||||
#include "common/Console.h"
|
||||
#include "common/General.h"
|
||||
#include "common/ScopedGuard.h"
|
||||
#include "common/Console.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "D3D12MemAlloc.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue