From: Vadim Zeitlin Date: Mon, 26 Jun 2006 00:01:03 +0000 (+0000) Subject: explicitely include , apparently needed when wxUSE_GUI=0 and PCH are... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b21d68c68b28ada0607d444b4facec31da6f3c8a?ds=sidebyside explicitely include , apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 4bafd05df1..eadd15283b 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -96,6 +96,7 @@ #if defined(__WXMSW__) #include "wx/msw/private.h" #include "wx/msw/registry.h" + #include // needed for SHELLEXECUTEINFO #endif #if wxUSE_BASE