Compilation fix for wxMSW without PCH
Add missing header inclusion to fix compilation after changes of
35f35ea407
(see #17360).
This commit is contained in:
parent
8e3a317392
commit
64e14e850d
@ -30,6 +30,7 @@
|
||||
#include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
|
||||
#include "wx/app.h"
|
||||
#include "wx/control.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/toplevel.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user