Fix missing header on wxMSW

This commit is contained in:
jean-pierre charras 2023-09-25 15:19:27 +02:00
parent bf493f32f5
commit 58d52df97c
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#include <wx/slider.h> #include <wx/slider.h>
#include <wx/statline.h> #include <wx/statline.h>
#include <wx/textdlg.h> #include <wx/textdlg.h>
#include <wx/bmpbuttn.h> // needed on wxMSW for OnSetFocus()
NET_GRID_TABLE::NET_GRID_TABLE( PCB_BASE_FRAME* aFrame, wxColor aBackgroundColor ) : NET_GRID_TABLE::NET_GRID_TABLE( PCB_BASE_FRAME* aFrame, wxColor aBackgroundColor ) :