From a80314f84a7d6867ff5db187830c320ba0eda20d Mon Sep 17 00:00:00 2001 From: srikappa-amzn Date: Wed, 8 Sep 2021 23:25:24 -0700 Subject: [PATCH] Added a missing include file Signed-off-by: srikappa-amzn --- Gems/Atom/Asset/Shader/Code/Source/Editor/AzslCompiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Gems/Atom/Asset/Shader/Code/Source/Editor/AzslCompiler.cpp b/Gems/Atom/Asset/Shader/Code/Source/Editor/AzslCompiler.cpp index 8f761b621e..a82c731d7b 100644 --- a/Gems/Atom/Asset/Shader/Code/Source/Editor/AzslCompiler.cpp +++ b/Gems/Atom/Asset/Shader/Code/Source/Editor/AzslCompiler.cpp @@ -17,6 +17,7 @@ #include #include +#include #include #include