Fix the build: provide uint8_t.
authorDuncan Sands <baldrick@free.fr>
Fri, 3 Jul 2009 08:12:51 +0000 (08:12 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 3 Jul 2009 08:12:51 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74769 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/BinaryObject.h

index 4b66fe85678cb85395cb84a76903d544075cfd70..ce0c07af9515f70a5ce44901de427ba6bcf38841 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef LLVM_CODEGEN_BINARYOBJECT_H
 #define LLVM_CODEGEN_BINARYOBJECT_H
 
+#include "llvm/Support/DataTypes.h"
+
 #include <string>
 #include <vector>