From 0f019263b8789e5952d09d575ce415a21541ba4a Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:54:56 -0700 Subject: [PATCH] Fix for bad header after merge Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/Atom/RHI/Vulkan/Code/Source/RHI/SwapChain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/SwapChain.cpp b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/SwapChain.cpp index 937be84c84..0ae3ae1114 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/SwapChain.cpp +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/SwapChain.cpp @@ -5,7 +5,8 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Vulkan_precompiled.h" + +#include "Atom_RHI_Vulkan_Platform.h" #include #include #include