Add include file to get the type for in64_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-06-23 20:02:00 +00:00
parent b8f7706911
commit dcee684755

View File

@ -16,6 +16,8 @@
#ifndef LLVM_MC_MCIMM_H
#define LLVM_MC_MCIMM_H
#include "llvm/Support/DataTypes.h"
namespace llvm {
class MCSymbol;