Add missing includes
This commit is contained in:
parent
cc71f7d050
commit
0044c6b48a
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue