From: Vadim Zeitlin Date: Mon, 25 Mar 2002 15:11:42 +0000 (+0000) Subject: fixed compilation for wxBase X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8d38cdb778ed01de8a1e4ada81c6d92255885ffc fixed compilation for wxBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index eac7451a4b..314a7654eb 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -42,7 +42,10 @@ #include "wx/confbase.h" #include "wx/tokenzr.h" #include "wx/utils.h" -#include "wx/artprov.h" + +#if wxUSE_GUI + #include "wx/artprov.h" +#endif // wxUSE_GUI #if !defined(__WXMSW__) || defined(__WXMICROWIN__) #include // for SIGTRAP used by wxTrap()