瀏覽代碼

Fix missing include (#174)

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

Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 2 年之前
父節點
當前提交
1f342093fd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>