Add missing includes

This commit is contained in:
jean-pierre charras 2020-10-18 19:22:15 +02:00
parent cc71f7d050
commit 0044c6b48a
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#include <dialog_edit_components_libid_base.h>
#include <wx/tokenzr.h>
#include <wx/choicdlg.h>
#include <wx/dcclient.h>
#include <grid_tricks.h>
#include <widgets/grid_text_button_helpers.h>

View File

@ -32,6 +32,8 @@
#include <html_messagebox.h>
#include <macros.h>
#include <wx/msgdlg.h>
/* Read a gerber file, RS274D, RS274X or RS274X2 format.
*/
bool GERBVIEW_FRAME::Read_GERBER_File( const wxString& GERBER_FullFileName )