X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f20f6569634a600dcd54b811970c1f5c5a3226f5..764566762c65cd4b65b139121221aa81f652a80f:/src/common/longlong.cpp 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() // ============================================================================