From: Vadim Zeitlin Date: Wed, 8 May 2002 14:14:52 +0000 (+0000) Subject: added missing header for not PCH case X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/220c6d434e3f4cf030a04c091b6fdd7436a92efd added missing header for not PCH case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/popupwin.cpp b/src/msw/popupwin.cpp index 15e5b9ac5d..ab65556566 100644 --- a/src/msw/popupwin.cpp +++ b/src/msw/popupwin.cpp @@ -33,6 +33,8 @@ #include "wx/popupwin.h" +#include "wx/msw/private.h" // for WS_CHILD and WS_POPUP + // ============================================================================ // implementation // ============================================================================