From: Vadim Zeitlin Date: Wed, 20 Dec 2000 14:20:26 +0000 (+0000) Subject: compilation fix for !PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5f4c6ce36463df6fc23440494c480277e1a061c compilation fix for !PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mimetype.cpp b/src/msw/mimetype.cpp index 699c76c856..64ac0c17d9 100644 --- a/src/msw/mimetype.cpp +++ b/src/msw/mimetype.cpp @@ -24,10 +24,11 @@ #ifndef __WIN16__ #ifndef WX_PRECOMP - #include "wx/string.h" - #if wxUSE_GUI - #include "wx/icon.h" - #endif + #include "wx/string.h" + #if wxUSE_GUI + #include "wx/icon.h" + #include "wx/msgdlg.h" + #endif #endif //WX_PRECOMP #include "wx/log.h"