Try #include stdint.h and limits.h for fun.
This commit is contained in:
parent
0d098071ae
commit
2fa248629d
5
mpirxx.h
5
mpirxx.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user