mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
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:
parent
13ccf9a160
commit
079ed17722
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user