From: Daniel Dunbar Date: Fri, 29 Apr 2011 18:58:57 +0000 (+0000) Subject: win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ddf6f295238b546656f85fc14bccc1a322359de;p=oota-llvm.git win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130530 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c index 9003c3f6326..d2dec02fdcf 100644 --- a/runtime/libprofile/PathProfiling.c +++ b/runtime/libprofile/PathProfiling.c @@ -15,6 +15,7 @@ #include "Profiling.h" #include "llvm/Analysis/ProfileInfoTypes.h" +#include "llvm/Support/DataTypes.h" #include #if !defined(_MSC_VER) && !defined(__MINGW32__) #include @@ -23,7 +24,6 @@ #endif #include #include -#include #include // Must use __inline in Microsoft C