From db371e376d04a1955d875c8919cbee49999fb65f Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Fri, 19 Jun 2009 01:56:53 +0000 Subject: [PATCH] Include DataTypes.h for 'uint64_t'. llvm-svn: 73748 --- llvm/include/llvm/MC/MCInst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/MC/MCInst.h b/llvm/include/llvm/MC/MCInst.h index e34bc00ba98d..4ed9dc7e3fea 100644 --- a/llvm/include/llvm/MC/MCInst.h +++ b/llvm/include/llvm/MC/MCInst.h @@ -18,6 +18,7 @@ #define LLVM_MC_MCINST_H #include "llvm/ADT/SmallVector.h" +#include "llvm/Support/DataTypes.h" namespace llvm {