Try #include stdint.h and limits.h for fun.

This commit is contained in:
wbhart 2012-10-12 20:23:01 +00:00
parent 0d098071ae
commit 2fa248629d

View File

@ -42,9 +42,8 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include <cfloat>
#include <mpir.h>
#ifdef MSC_VER /* needed for definition of LLONG_MAX */
# include <limits.h>
#endif
#include <limits.h>
#include <stdint.h>
#ifdef LLONG_MAX
#if LLONG_MAX != LONG_MAX