Fix the build: provide uint8_t.

llvm-svn: 74769
This commit is contained in:
Duncan Sands 2009-07-03 08:12:51 +00:00
parent a587ffe12d
commit f1fb654eb3
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#ifndef LLVM_CODEGEN_BINARYOBJECT_H #ifndef LLVM_CODEGEN_BINARYOBJECT_H
#define LLVM_CODEGEN_BINARYOBJECT_H #define LLVM_CODEGEN_BINARYOBJECT_H
#include "llvm/Support/DataTypes.h"
#include <string> #include <string>
#include <vector> #include <vector>