From 7086cc912312d65360013d4e6edccea1d1e8954e Mon Sep 17 00:00:00 2001 From: puvvadar Date: Thu, 21 Oct 2021 14:36:51 -0700 Subject: [PATCH] Fix usages of AZStd::bitset not being found by serialize context Signed-off-by: puvvadar Signed-off-by: Gene Walters --- .../AssetBuilderSDK/AssetBuilderSDK/AssetBuilderSDK.h | 3 ++- .../Code/Include/Atom/RPI.Reflect/Shader/ShaderVariantKey.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Code/Tools/AssetProcessor/AssetBuilderSDK/AssetBuilderSDK/AssetBuilderSDK.h b/Code/Tools/AssetProcessor/AssetBuilderSDK/AssetBuilderSDK/AssetBuilderSDK.h index c85c45dd3e..5a57fa1e72 100644 --- a/Code/Tools/AssetProcessor/AssetBuilderSDK/AssetBuilderSDK/AssetBuilderSDK.h +++ b/Code/Tools/AssetProcessor/AssetBuilderSDK/AssetBuilderSDK/AssetBuilderSDK.h @@ -10,12 +10,13 @@ #pragma once #include +#include +#include #include #include #include #include #include -#include #include #include #include diff --git a/Gems/Atom/RPI/Code/Include/Atom/RPI.Reflect/Shader/ShaderVariantKey.h b/Gems/Atom/RPI/Code/Include/Atom/RPI.Reflect/Shader/ShaderVariantKey.h index 74826d9f24..6dbfaaa948 100644 --- a/Gems/Atom/RPI/Code/Include/Atom/RPI.Reflect/Shader/ShaderVariantKey.h +++ b/Gems/Atom/RPI/Code/Include/Atom/RPI.Reflect/Shader/ShaderVariantKey.h @@ -7,6 +7,7 @@ */ #pragma once +#include #include #include