Fix missing includes on Linux after commit 0427bda7

This commit is contained in:
jean-pierre charras 2021-05-01 20:04:11 +02:00
parent 5b040f16a3
commit f6f2284851
8 changed files with 9 additions and 0 deletions

View File

@ -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 )

View File

@ -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,

View File

@ -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 );

View File

@ -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" )

View File

@ -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;

View File

@ -35,6 +35,7 @@
#include <wildcards_and_files_ext.h>
#include <project/project_file.h>
#include "eda_doc.h"
#include <wx/settings.h>
enum

View File

@ -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"

View File

@ -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>