From 8ebf83b2cc67e53ac55d5022dc3866c13df88c69 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'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73748 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCInst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/MC/MCInst.h b/include/llvm/MC/MCInst.h index e34bc00ba98..4ed9dc7e3fe 100644 --- a/include/llvm/MC/MCInst.h +++ b/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 { -- 2.34.1