0427bda7
@ -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/statbmp.h>
LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable,
@ -35,6 +35,7 @@
#include <wx/stattext.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>
#define CVPCB_MAINFRAME_NAME wxT( "CvpcbFrame" )
@ -33,6 +33,7 @@
#include <listboxes.h>
#include <tools/cvpcb_actions.h>
using namespace std::placeholders;
#include <wildcards_and_files_ext.h>
#include <project/project_file.h>
#include "eda_doc.h"
enum
@ -24,6 +24,7 @@
#include <footprint_info.h>
#include <footprint_info_impl.h>
#include <generate_footprint_info.h>
#include "fp_tree_model_adapter.h"
@ -32,6 +32,7 @@
#include <footprint.h>
#include <tools/footprint_editor_control.h>
wxObjectDataPtr<LIB_TREE_MODEL_ADAPTER>