include wx/msw/private.h to fix PCH-less compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-11-26 15:31:18 +00:00
parent dac1482189
commit 19b39f4e54

View File

@@ -43,9 +43,10 @@
#ifdef __WXGTK__
#include <gtk/gtk.h>
#endif
#ifdef __WXX11__
#include "wx/x11/private.h"
#elif defined(__WXMSW__)
#include "wx/msw/private.h"
#elif defined(__WXX11__)
#include "wx/x11/private.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)