From 42c2243eaac0ac8174ffef52808b2f5f08d49352 Mon Sep 17 00:00:00 2001 From: Nicholas Van Sickle Date: Tue, 8 Feb 2022 14:34:04 -0800 Subject: [PATCH] Fix benchmark non-unity build Signed-off-by: Nicholas Van Sickle --- Code/Framework/AzCore/Tests/DOM/DomPatchBenchmarks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Framework/AzCore/Tests/DOM/DomPatchBenchmarks.cpp b/Code/Framework/AzCore/Tests/DOM/DomPatchBenchmarks.cpp index de19ee1783..e44ba3ce67 100644 --- a/Code/Framework/AzCore/Tests/DOM/DomPatchBenchmarks.cpp +++ b/Code/Framework/AzCore/Tests/DOM/DomPatchBenchmarks.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include