forked from OSchip/llvm-project
Attempt to fix BuildBot breakage with MSVC.
llvm-svn: 76722
This commit is contained in:
parent
952a004298
commit
326d3a1bc8
|
@ -95,6 +95,11 @@ typedef u_int64_t uint64_t;
|
|||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef __cplusplus
|
||||
#include <cmath>
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
typedef signed int int32_t;
|
||||
|
|
Loading…
Reference in New Issue