From 83f6cb813ae42e0e8420a48f791d5c52f3f3178c Mon Sep 17 00:00:00 2001 From: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Date: Fri, 13 Aug 2021 18:38:48 -0700 Subject: [PATCH] Fix Non-Unity compile error with Atom Sample Viewer and the Atom Gem (#3119) Signed-off-by: spham-amzn --- Gems/Atom/Utils/Code/Include/Atom/Utils/StableDynamicArray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Gems/Atom/Utils/Code/Include/Atom/Utils/StableDynamicArray.h b/Gems/Atom/Utils/Code/Include/Atom/Utils/StableDynamicArray.h index 7c77838330..454a6d4086 100644 --- a/Gems/Atom/Utils/Code/Include/Atom/Utils/StableDynamicArray.h +++ b/Gems/Atom/Utils/Code/Include/Atom/Utils/StableDynamicArray.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include