Added a missing include (GCC 11.1).

This commit is contained in:
Lukáš Hejl 2021-11-05 22:52:13 +01:00
parent 2fcab52f86
commit 54b72fdaa9

View File

@ -10,6 +10,7 @@
#include <wx/msgdlg.h> #include <wx/msgdlg.h>
#include <wx/richmsgdlg.h> #include <wx/richmsgdlg.h>
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/statline.h>
class wxBoxSizer; class wxBoxSizer;
class wxCheckBox; class wxCheckBox;