Fix missing includes on Linux after commit 0427bda7
This commit is contained in:
parent
5b040f16a3
commit
f6f2284851
|
@ -43,6 +43,7 @@
|
|||
#include <wx/renderer.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/settings.h>
|
||||
|
||||
|
||||
wxBitmap MakeDisabledBitmap( const wxBitmap& aSource )
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include <wx/html/htmlwin.h>
|
||||
#include <tool/tool_interactive.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/statbmp.h>
|
||||
|
||||
|
||||
LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable,
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <wx/stattext.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
|
||||
wxDEFINE_EVENT( NET_SELECTED, wxCommandEvent );
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
#include <tools/cvpcb_association_tool.h>
|
||||
#include <tools/cvpcb_control.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/settings.h>
|
||||
|
||||
#define CVPCB_MAINFRAME_NAME wxT( "CvpcbFrame" )
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <listboxes.h>
|
||||
#include <tools/cvpcb_actions.h>
|
||||
#include <tools/cvpcb_control.h>
|
||||
#include <wx/settings.h>
|
||||
|
||||
using namespace std::placeholders;
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <wildcards_and_files_ext.h>
|
||||
#include <project/project_file.h>
|
||||
#include "eda_doc.h"
|
||||
#include <wx/settings.h>
|
||||
|
||||
|
||||
enum
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <footprint_info.h>
|
||||
#include <footprint_info_impl.h>
|
||||
#include <generate_footprint_info.h>
|
||||
#include <wx/settings.h>
|
||||
|
||||
#include "fp_tree_model_adapter.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <footprint.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tools/footprint_editor_control.h>
|
||||
#include <wx/settings.h>
|
||||
|
||||
|
||||
wxObjectDataPtr<LIB_TREE_MODEL_ADAPTER>
|
||||
|
|
Loading…
Reference in New Issue