Compilation fix for wxMSW without PCH

Add missing header inclusion to fix compilation after changes of
35f35ea407 (see #17360).
This commit is contained in:
Vadim Zeitlin 2016-02-15 01:21:39 +01:00
parent 8e3a317392
commit 64e14e850d

View File

@ -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