Fixing missing definition of GpuCrashTracker for Aftermath. (#2354)

Recently some changes were made to pch, and this was probably missed. This will just include the file directly when Aftermath is enabled.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>
This commit is contained in:
Ken Pruiksma
2021-07-22 16:01:50 -05:00
committed by GitHub
parent e6927ffc14
commit 4fa4ad27db
@@ -9,6 +9,10 @@
#include <Atom/RHI/Device.h>
#if defined(USE_NSIGHT_AFTERMATH)
#include <RHI/NsightAftermathGpuCrashTracker_Windows.h>
#endif
namespace AZ
{
namespace DX12