From: Dimitri Schoolwerth Date: Sun, 16 Nov 2003 20:53:10 +0000 (+0000) Subject: wxPopupWindow was not compiled when not using pch. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/37d729ed98c7026793e1ba749b3dee107c077284?ds=inline wxPopupWindow was not compiled when not using pch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/popupwin.cpp b/src/msw/popupwin.cpp index f19637098b..fbe5ad21fb 100644 --- a/src/msw/popupwin.cpp +++ b/src/msw/popupwin.cpp @@ -29,6 +29,7 @@ #endif #ifndef WX_PRECOMP +#include "wx/defs.h" #endif //WX_PRECOMP #if wxUSE_POPUPWIN