Include wx button header

Testing with wx 3.3 `wxButton` was giving an incomplete type error.
I assume previously one of the other headers included it.
This commit is contained in:
Colin Kinloch 2025-06-29 18:09:06 +01:00 committed by GitHub
parent 13ccf9a160
commit 079ed17722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
#include <wx/statbox.h>
#include <wx/msgdlg.h>
#include <wx/radiobox.h>
#include <wx/button.h>
#include "config/ActiveSettings.h"
#include "gui/CemuApp.h"