Просмотр исходного кода

feat: add missing include

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 год назад
Родитель
Сommit
b6c59f78f2

+ 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
 {