X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28468136d08dfa16a4052770a6c66e2c60663941..0e2ff151afc472efd2814c74add5ad4498709d33:/utils/HelpGen/src/wxstllst.h diff --git a/utils/HelpGen/src/wxstllst.h b/utils/HelpGen/src/wxstllst.h index 5a1d1bc469..800fd5a91a 100644 --- a/utils/HelpGen/src/wxstllst.h +++ b/utils/HelpGen/src/wxstllst.h @@ -17,7 +17,9 @@ #endif #include -#include +#if !defined(__WXMAC__) || defined(__DARWIN__) +# include +#endif #include #include #include @@ -556,4 +558,4 @@ public:\ \ _WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS ) -#endif \ No newline at end of file +#endif