aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-29 16:45:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-29 16:45:40 +0000
commit9004e8d412acd991cb754cd52f10401079696633 (patch)
treec7bfec33e6b81ad369113e26172df9975ce4986a /include
parentb7d0c90c449882c8ec697c8989244dba2dc917ae (diff)
downloadexternal_llvm-9004e8d412acd991cb754cd52f10401079696633.zip
external_llvm-9004e8d412acd991cb754cd52f10401079696633.tar.gz
external_llvm-9004e8d412acd991cb754cd52f10401079696633.tar.bz2
Add missing include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAsmLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAsmLexer.h b/include/llvm/MC/MCAsmLexer.h
index be5083b..b1b4dd1 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;