X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f20f6569634a600dcd54b811970c1f5c5a3226f5..b835e9bf4940cc1027c0ab364816bfd4aa229a72:/src/common/longlong.cpp?ds=sidebyside diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index ba47b870f9..d0cda3912d 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -28,7 +28,12 @@ #if wxUSE_LONGLONG #include "wx/longlong.h" +#if defined(__MWERKS__) && defined(__WXMSW__) +#include // for memset() +#else #include // for memset() +#endif + #include // for fabs() // ============================================================================