Explorar el Código

add forward declare for xml

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind hace 1 año
padre
commit
2cefa25f05
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      Code/Editor/QtViewPaneManager.cpp
  2. 1 0
      Code/Editor/QtViewPaneManager.h

+ 1 - 0
Code/Editor/QtViewPaneManager.cpp

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

+ 1 - 0
Code/Editor/QtViewPaneManager.h

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