From 41d3a38781674dbedd8ea936c00a731518cdb2c6 Mon Sep 17 00:00:00 2001 From: amzn-sj Date: Wed, 3 Nov 2021 12:42:22 -0700 Subject: [PATCH] Add missing header file Signed-off-by: amzn-sj --- Code/Tools/ProjectManager/Platform/Linux/ProjectUtils_linux.cpp | 2 ++ .../ProjectManager/Platform/Windows/ProjectUtils_windows.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Code/Tools/ProjectManager/Platform/Linux/ProjectUtils_linux.cpp b/Code/Tools/ProjectManager/Platform/Linux/ProjectUtils_linux.cpp index abb062c08a..e901d807b4 100644 --- a/Code/Tools/ProjectManager/Platform/Linux/ProjectUtils_linux.cpp +++ b/Code/Tools/ProjectManager/Platform/Linux/ProjectUtils_linux.cpp @@ -10,6 +10,8 @@ #include #include +#include + namespace O3DE::ProjectManager { namespace ProjectUtils diff --git a/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp b/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp index 10344bf42f..871f8e9567 100644 --- a/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp +++ b/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp @@ -14,6 +14,8 @@ #include #include +#include + namespace O3DE::ProjectManager { namespace ProjectUtils