From 220c6d434e3f4cf030a04c091b6fdd7436a92efd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 May 2002 14:14:52 +0000 Subject: [PATCH] added missing header for not PCH case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/popupwin.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 // ============================================================================ -- 2.45.2