Browse Source

Fix missing include (#174)

Signed-off-by: Michał Pełka <[email protected]>

Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 2 years ago
parent
commit
1f342093fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Project/Gem/Source/ApplePicker/GatheringRowComponent.cpp

+ 1 - 0
Project/Gem/Source/ApplePicker/GatheringRowComponent.cpp

@@ -7,6 +7,7 @@
  */
 
 #include "GatheringRowComponent.h"
+#include <AzCore/Component/ComponentApplicationBus.h>
 #include <AzCore/Component/TransformBus.h>
 #include <AzCore/Serialization/EditContext.h>
 #include <AzCore/Serialization/EditContextConstants.inl>