OSDN Git Service

Add include file to get the type for in64_t.
authorBill Wendling <isanbard@gmail.com>
Tue, 23 Jun 2009 20:02:00 +0000 (20:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 23 Jun 2009 20:02:00 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73991 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCImm.h

index 5b1efd8..1d836c7 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef LLVM_MC_MCIMM_H
 #define LLVM_MC_MCIMM_H
 
+#include "llvm/Support/DataTypes.h"
+
 namespace llvm {
 class MCSymbol;