Fix gmp issue; ptrdiff_t not found. Fixes #1314

master
Marius Kintel 2015-04-15 14:33:51 -07:00
parent 2e31b3e43a
commit b718a23972
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ a time, to avoid confusion.
#ifndef OPENSCAD_SKIP_VERSION_CHECK
#include <stddef.h> // Needed by gmp.h under OS X 10.10
#include <gmp.h>
// set minimum numbers here.
#define GMPMAJOR 5