win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build

issue.

llvm-svn: 130530
This commit is contained in:
Daniel Dunbar 2011-04-29 18:58:57 +00:00
parent eeb2cbce80
commit 080d98d3b2
1 changed files with 1 additions and 1 deletions

View File

@ -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