Fixed missing include (#7648)

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
This commit is contained in:
amzn-mike
2022-02-17 12:48:55 -06:00
committed by GitHub
parent 85ffa6711b
commit ac79420da7
@@ -9,6 +9,7 @@
#pragma once
#include <AzCore/std/parallel/binary_semaphore.h>
#include <AzCore/std/parallel/atomic.h>
namespace UnitTests
{