Skip to content

Commit

Permalink
Adjust includes to satisfy IDE missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mott committed Nov 6, 2022
1 parent 94d61d9 commit 5ea423a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions radiant/ui/mainframe/AuiLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <memory>

#include "camera/CamWnd.h"
#include "ui/mainframe/MainFrame.h"

#include "AuiManager.h"
#include "PropertyNotebook.h"
Expand Down
2 changes: 1 addition & 1 deletion radiant/ui/mainframe/MainFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <sigc++/connection.h>

#include "AuiLayout.h"
#include "icommandsystem.h"
#include "ui/imainframe.h"
#include "wxutil/WindowPosition.h"
Expand All @@ -11,6 +10,7 @@ namespace ui
{

class TopLevelFrame;
class AuiLayout;

class MainFrame :
public IMainFrame
Expand Down
4 changes: 4 additions & 0 deletions radiant/ui/mainframe/PropertyNotebook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

#include "ui/iuserinterface.h"
#include "wxutil/Bitmap.h"
#include "registry/registry.h"
#include "AuiLayout.h"
#include "i18n.h"

#include <wx/settings.h>

namespace ui
{
Expand Down
1 change: 1 addition & 0 deletions radiant/ui/mainframe/PropertyNotebook.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <wx/aui/auibook.h>
#include <list>

#include "wxutil/menu/PopupMenu.h"

Expand Down

0 comments on commit 5ea423a

Please sign in to comment.