From: Duncan Sands Date: Fri, 3 Jul 2009 08:12:51 +0000 (+0000) Subject: Fix the build: provide uint8_t. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a3dd845f065371247d69f7a23b6667441d3074db;p=oota-llvm.git Fix the build: provide uint8_t. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74769 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/BinaryObject.h b/include/llvm/CodeGen/BinaryObject.h index 4b66fe85678..ce0c07af951 100644 --- a/include/llvm/CodeGen/BinaryObject.h +++ b/include/llvm/CodeGen/BinaryObject.h @@ -15,6 +15,8 @@ #ifndef LLVM_CODEGEN_BINARYOBJECT_H #define LLVM_CODEGEN_BINARYOBJECT_H +#include "llvm/Support/DataTypes.h" + #include #include