From a377933884f2fd206ba3c6345ce3ef8d281fb27a Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 19 Jun 2024 14:10:23 +0200 Subject: [PATCH] Fix d3d12 build regression --- Source/Engine/GraphicsDevice/DirectX/RenderToolsDX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/GraphicsDevice/DirectX/RenderToolsDX.h b/Source/Engine/GraphicsDevice/DirectX/RenderToolsDX.h index d818e3f2b..5cfb5b4eb 100644 --- a/Source/Engine/GraphicsDevice/DirectX/RenderToolsDX.h +++ b/Source/Engine/GraphicsDevice/DirectX/RenderToolsDX.h @@ -129,7 +129,7 @@ namespace RenderToolsDX #endif -#if GPU_ENABLE_DIAGNOSTICS || COMPILE_WITH_SHADER_COMPILER +#if GPU_ENABLE_DIAGNOSTICS || COMPILE_WITH_SHADER_COMPILER || GPU_ENABLE_RESOURCE_NAMING #include "Engine/Utilities/StringConverter.h"