Fix build on Linux.

This commit is contained in:
Alex Shvartzkop 2024-04-28 02:06:12 +03:00
parent 16e3692e71
commit 6fdeca7c56
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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