Compilation fix to wxMSW tooltip code when not using PCH.

Include the required header when not using PCH.

See #16265.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-06-04 21:34:17 +00:00
parent 37f5da5192
commit fb55843f32

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/toplevel.h"
#endif
#include "wx/tokenzr.h"