Browse Source

Added missing headers to `URDFPrefabMaker.h` (#218)

Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 2 years ago
parent
commit
dd466567d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gems/ROS2/Code/Source/RobotImporter/URDF/URDFPrefabMaker.h

+ 2 - 0
Gems/ROS2/Code/Source/RobotImporter/URDF/URDFPrefabMaker.h

@@ -14,6 +14,8 @@
 #include "UrdfParser.h"
 #include "UrdfParser.h"
 #include "VisualsMaker.h"
 #include "VisualsMaker.h"
 #include <AzCore/Component/EntityId.h>
 #include <AzCore/Component/EntityId.h>
+#include <AzCore/std/string/string.h>
+#include <AzCore/std/containers/map.h>
 #include <AzCore/std/smart_ptr/make_shared.h>
 #include <AzCore/std/smart_ptr/make_shared.h>
 #include <AzCore/std/smart_ptr/shared_ptr.h>
 #include <AzCore/std/smart_ptr/shared_ptr.h>
 #include <AzToolsFramework/Prefab/PrefabPublicInterface.h>
 #include <AzToolsFramework/Prefab/PrefabPublicInterface.h>