2
0
Эх сурвалжийг харах

add forward declare for xml

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 жил өмнө
parent
commit
2cefa25f05

+ 1 - 0
Code/Editor/QtViewPaneManager.cpp

@@ -44,6 +44,7 @@
 #include <AzQtComponents/Utilities/QtViewPaneEffects.h>
 #include <AzQtComponents/Components/StyleManager.h>
 #include <AzCore/UserSettings/UserSettingsComponent.h>
+#include <IXml.h>
 
 // Helper for EditorComponentModeNotifications to be used
 // as a member instead of inheriting from EBus directly.

+ 1 - 0
Code/Editor/QtViewPaneManager.h

@@ -35,6 +35,7 @@ class QMainWindow;
 class ViewportEditorModeNotificationsBusImpl;
 struct ViewLayoutState;
 struct QtViewPane;
+class XmlNodeRef;
 
 namespace AzQtComponents
 {