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 5b1efd88206ae178c1775a04a93d4a170d11394c..1d836c7534b55c2b730616523f86c1102b8ddffb 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;