mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
hoprfully fix the build for MSVC 2010
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
d36cecc2f3
commit
b243ac945f
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ Revision History:
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
#include<climits>
|
#include<climits>
|
||||||
#include<limits>
|
#include<limits>
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include<intrin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SIZE_MAX
|
#ifndef SIZE_MAX
|
||||||
#define SIZE_MAX std::numeric_limits<std::size_t>::max()
|
#define SIZE_MAX std::numeric_limits<std::size_t>::max()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue