From ac79420da71cc16a0fe86cf1d3abcb98c97eadc6 Mon Sep 17 00:00:00 2001 From: amzn-mike <80125227+amzn-mike@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:48:55 -0600 Subject: [PATCH] Fixed missing include (#7648) Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> --- .../AssetProcessor/native/tests/assetmanager/TestEventSignal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Tools/AssetProcessor/native/tests/assetmanager/TestEventSignal.h b/Code/Tools/AssetProcessor/native/tests/assetmanager/TestEventSignal.h index 5251be5b3f..c76d4e522e 100644 --- a/Code/Tools/AssetProcessor/native/tests/assetmanager/TestEventSignal.h +++ b/Code/Tools/AssetProcessor/native/tests/assetmanager/TestEventSignal.h @@ -9,6 +9,7 @@ #pragma once #include +#include namespace UnitTests {