From 35bc781e403625d02aca68916c2b8256038a212c Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 17 Jan 2000 00:21:19 +0000 Subject: [PATCH] Please turn off pchs when testing! git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/msgdlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/msgdlg.cpp b/src/msw/msgdlg.cpp index 13e93e18c1..9468d76841 100644 --- a/src/msw/msgdlg.cpp +++ b/src/msw/msgdlg.cpp @@ -21,6 +21,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/defs.h" #include "wx/utils.h" #include "wx/dialog.h" -- 2.45.2