forked from OSchip/llvm-project
win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build
issue. llvm-svn: 130530
This commit is contained in:
parent
eeb2cbce80
commit
080d98d3b2
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "Profiling.h"
|
||||
#include "llvm/Analysis/ProfileInfoTypes.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <sys/types.h>
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
#include <unistd.h>
|
||||
|
@ -23,7 +24,6 @@
|
|||
#endif
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
// Must use __inline in Microsoft C
|
||||
|
|
Loading…
Reference in New Issue