From: Sean Callanan Date: Mon, 12 Apr 2010 20:21:56 +0000 (+0000) Subject: Bug fix: included System/Types.h instead of X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b318ef9747b8e6ce71b6724fce0c4c2b9b94556;p=oota-llvm.git Bug fix: included System/Types.h instead of inttypes.h to allow building on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/EnhancedDisassembly.h b/include/llvm-c/EnhancedDisassembly.h index 5ed6043f662..ebb2cf8a82d 100644 --- a/include/llvm-c/EnhancedDisassembly.h +++ b/include/llvm-c/EnhancedDisassembly.h @@ -19,7 +19,7 @@ #ifndef LLVM_C_ENHANCEDDISASSEMBLY_H #define LLVM_C_ENHANCEDDISASSEMBLY_H -#include +#include "llvm/System/DataTypes.h" #ifdef __cplusplus extern "C" {