Browse Source

add forward declare for xml

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 year ago
parent
commit
2cefa25f05
2 changed files with 2 additions and 0 deletions
  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/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
 {