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>
monroegm-disable-blank-issue-2
Ken Pruiksma 5 years ago committed by GitHub
parent e6927ffc14
commit 4fa4ad27db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,10 @@
#include <Atom/RHI/Device.h>
#if defined(USE_NSIGHT_AFTERMATH)
#include <RHI/NsightAftermathGpuCrashTracker_Windows.h>
#endif
namespace AZ
{
namespace DX12

Loading…
Cancel
Save