From ed93eb78ec2319f87e471bc0ad3a4623c82b3b96 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 23 Apr 2000 16:23:17 +0000 Subject: [PATCH] Added include for non-precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/msgdlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/msgdlg.cpp b/src/os2/msgdlg.cpp index 269d2eebde..8aaa2313cc 100644 --- a/src/os2/msgdlg.cpp +++ b/src/os2/msgdlg.cpp @@ -21,6 +21,7 @@ #include "wx/defs.h" #include "wx/utils.h" #include "wx/dialog.h" +#include "wx/app.h" #include "wx/msgdlg.h" #endif