Pārlūkot izejas kodu

feat: add missing include

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 gadu atpakaļ
vecāks
revīzija
b6c59f78f2

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

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