Browse Source

Nounity fixes

Signed-off-by: Olex Lozitskiy <[email protected]>
Olex Lozitskiy 3 years ago
parent
commit
5b6e4b3ffd

+ 1 - 0
Gems/RecastNavigation/Code/Source/Components/RecastNavigationMeshComponent.cpp

@@ -11,6 +11,7 @@
 #include <DetourDebugDraw.h>
 #include <AzCore/Console/IConsole.h>
 #include <AzCore/Debug/Budget.h>
+#include <AzCore/Debug/Profiler.h>
 #include <AzCore/Serialization/SerializeContext.h>
 #include <AzFramework/Components/CameraBus.h>
 #include <RecastNavigation/RecastNavigationProviderBus.h>

+ 2 - 0
Gems/RecastNavigation/Code/Source/Misc/RecastHelpers.h

@@ -9,6 +9,8 @@
 #pragma once
 #include <AzCore/Math/Aabb.h>
 #include <AzCore/Math/Vector3.h>
+#include <AzCore/std/function/function_template.h>
+#include <AzCore/std/smart_ptr/shared_ptr.h>
 
 namespace RecastNavigation
 {

+ 1 - 0
Gems/RecastNavigation/Code/Source/Misc/RecastNavigationMeshCommon.h

@@ -10,6 +10,7 @@
 
 #include <Recast.h>
 #include <AzCore/Component/EntityId.h>
+#include <AzCore/EBus/ScheduledEvent.h>
 #include <AzCore/Task/TaskDescriptor.h>
 #include <AzCore/Task/TaskExecutor.h>
 #include <AzCore/Task/TaskGraph.h>