From: Daniel Dunbar Date: Wed, 29 Jul 2009 16:45:40 +0000 (+0000) Subject: Add missing include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9004e8d412acd991cb754cd52f10401079696633;p=oota-llvm.git Add missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77470 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAsmLexer.h b/include/llvm/MC/MCAsmLexer.h index be5083becc4..b1b4dd1155e 100644 --- a/include/llvm/MC/MCAsmLexer.h +++ b/include/llvm/MC/MCAsmLexer.h @@ -11,6 +11,7 @@ #define LLVM_MC_MCASMLEXER_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" namespace llvm { class MCAsmLexer;