Author: Matti Picus <matti.pi...@gmail.com> Branch: py3.5 Changeset: r93861:e7ca5c644d47 Date: 2018-02-22 00:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e7ca5c644d47/
Log: fix decimal diff --git a/lib_pypy/_libmpdec/vccompat.h b/lib_pypy/_libmpdec/vccompat.h --- a/lib_pypy/_libmpdec/vccompat.h +++ b/lib_pypy/_libmpdec/vccompat.h @@ -34,6 +34,8 @@ #ifdef _MSC_VER #if _MSC_VER < 1900 #include "vcstdint.h" + #else + #include "stdint.h" #endif #undef inline #define inline __inline _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit