Add some missing headers required on wx3.0 at least

This commit is contained in:
Jon Evans 2020-10-18 12:45:34 -04:00
parent da96c9959d
commit cc71f7d050
3 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <wx/dcscreen.h>
#include <wx/dcclient.h>
#include <wx/settings.h>
BEGIN_EVENT_TABLE( EDA_MSG_PANEL, wxPanel )

View File

@ -24,6 +24,7 @@
#include <wx/wupdlock.h>
#include <wx/dataview.h>
#include <wx/settings.h>
#include <widgets/ui_common.h>
#include <marker_base.h>
#include <eda_draw_frame.h>

View File

@ -26,6 +26,7 @@
* Transient mouse following popup window implementation.
*/
#include <wx/settings.h>
#include <status_popup.h>
#include <eda_draw_frame.h>