[llvm-commits] [llvm] r74769 - /llvm/trunk/include/llvm/CodeGen/BinaryObject.h
Duncan Sands
baldrick at free.fr
Fri Jul 3 01:13:10 PDT 2009
Author: baldrick
Date: Fri Jul 3 03:12:51 2009
New Revision: 74769
URL: http://llvm.org/viewvc/llvm-project?rev=74769&view=rev
Log:
Fix the build: provide uint8_t.
Modified:
llvm/trunk/include/llvm/CodeGen/BinaryObject.h
Modified: llvm/trunk/include/llvm/CodeGen/BinaryObject.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/BinaryObject.h?rev=74769&r1=74768&r2=74769&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/BinaryObject.h (original)
+++ llvm/trunk/include/llvm/CodeGen/BinaryObject.h Fri Jul 3 03:12:51 2009
@@ -15,6 +15,8 @@
#ifndef LLVM_CODEGEN_BINARYOBJECT_H
#define LLVM_CODEGEN_BINARYOBJECT_H
+#include "llvm/Support/DataTypes.h"
+
#include <string>
#include <vector>
More information about the llvm-commits
mailing list