瀏覽代碼

feat: add missing include

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 年之前
父節點
當前提交
b6c59f78f2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp

+ 1 - 0
Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp

@@ -25,6 +25,7 @@
 #include <AzToolsFramework/API/ToolsApplicationAPI.h>
 
 #include "SandboxIntegration.h"
+#include "Include/IEditorClassFactory.h"
 
 namespace ComponentEntityEditorPluginInternal
 {