Fix build on Linux.
This commit is contained in:
parent
16e3692e71
commit
6fdeca7c56
|
@ -34,6 +34,7 @@
|
|||
#include <wx/dcclient.h>
|
||||
#include <wx/menu.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/stattext.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define DIALOG_EDIT_LIBRARY_TABLES_H
|
||||
|
||||
#include <dialog_shim.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
|
||||
class DIALOG_EDIT_LIBRARY_TABLES : public DIALOG_SHIM
|
||||
|
|
Loading…
Reference in New Issue