Including missing header for wxUniv/MSW build.

Compilation fix after the changes of r76657, see #16265.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-06-04 22:47:23 +00:00
parent fb55843f32
commit b60e0e085e

View File

@@ -38,6 +38,7 @@
#endif //WX_PRECOMP
#include "wx/dynlib.h"
#include "wx/tooltip.h"
#include "wx/msw/private.h"
#if defined(__WXWINCE__) && !defined(__HANDHELDPC__)