From 6a0fab3a3ae4d9b7372a25e81faadeb842b9ba6f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Mar 2002 10:59:57 +0000 Subject: [PATCH] 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 --- src/common/popupcmn.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0