Browse Source

Add missing headers to build without unity_build (#318)

Signed-off-by: Adam Krawczyk <[email protected]>
Khasreto 2 years ago
parent
commit
2220b15d49

+ 1 - 0
Gems/ROS2/Code/Source/Manipulation/JointMotorControllerComponent.cpp

@@ -6,6 +6,7 @@
  *
  *
  */
  */
 #include <AzFramework/Entity/EntityDebugDisplayBus.h>
 #include <AzFramework/Entity/EntityDebugDisplayBus.h>
+#include <AzCore/Serialization/EditContext.h>
 #include <HingeJointComponent.h>
 #include <HingeJointComponent.h>
 #include <PhysX/Joint/PhysXJointRequestsBus.h>
 #include <PhysX/Joint/PhysXJointRequestsBus.h>
 #include <PrismaticJointComponent.h>
 #include <PrismaticJointComponent.h>

+ 1 - 0
Gems/ROS2/Code/Source/Manipulation/JointMotorControllerConfiguration.cpp

@@ -5,6 +5,7 @@
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  *
  *
  */
  */
+#include <AzCore/Serialization/EditContext.h>
 #include <ROS2/Manipulation/JointMotorControllerConfiguration.h>
 #include <ROS2/Manipulation/JointMotorControllerConfiguration.h>
 
 
 namespace ROS2
 namespace ROS2

+ 1 - 0
Gems/ROS2/Code/Source/Manipulation/PidMotorControllerComponent.cpp

@@ -5,6 +5,7 @@
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  *
  *
  */
  */
+#include <AzCore/Serialization/EditContext.h>
 #include <PhysX/Joint/PhysXJointRequestsBus.h>
 #include <PhysX/Joint/PhysXJointRequestsBus.h>
 #include <ROS2/Manipulation/PidMotorControllerComponent.h>
 #include <ROS2/Manipulation/PidMotorControllerComponent.h>
 #include <imgui/imgui.h>
 #include <imgui/imgui.h>