From 37d729ed98c7026793e1ba749b3dee107c077284 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Sun, 16 Nov 2003 20:53:10 +0000 Subject: [PATCH] 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 --- src/msw/popupwin.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2