mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
CWorldInfoSidebar: Add missing UICommon include
Gets rid of an indirect include. Also adds a forward declaration to prevent build failures in the future.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "CWorldInfoSidebar.h"
|
||||
#include "ui_CWorldInfoSidebar.h"
|
||||
#include "CWorldEditor.h"
|
||||
|
||||
|
||||
#include "Editor/CEditorApplication.h"
|
||||
#include "Editor/UICommon.h"
|
||||
#include "Editor/WorldEditor/CWorldEditor.h"
|
||||
|
||||
CWorldInfoSidebar::CWorldInfoSidebar(CWorldEditor *pEditor)
|
||||
: CWorldEditorSidebar(pEditor)
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
class CGameProject;
|
||||
class CWorldEditor;
|
||||
|
||||
namespace Ui {
|
||||
|
||||
Reference in New Issue
Block a user