浏览代码

add forward declare for xml

Signed-off-by: Michael Pollind <[email protected]>
Michael Pollind 1 年之前
父节点
当前提交
2cefa25f05
共有 2 个文件被更改,包括 2 次插入0 次删除
  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
 {