mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue