From: Vadim Zeitlin Date: Mon, 11 Mar 2002 10:59:57 +0000 (+0000) Subject: added missing headers to fix compilation without PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a0fab3a3ae4d9b7372a25e81faadeb842b9ba6f?ds=inline added missing headers to fix compilation without PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 92a8ccb5b6..d0f204c4c9 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -34,6 +34,7 @@ #ifndef WX_PRECOMP #include "wx/combobox.h" // wxComboControl + #include "wx/app.h" // wxPostEvent #include "wx/log.h" #endif //WX_PRECOMP