diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-08-25 21:09:50 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-08-25 21:09:50 +0000 |
commit | 4f61e5051fa25f4abb928573db6ea52585748b93 (patch) | |
tree | a04f5b4fefe0ff181ecf683027497a2dc7893fc6 /lib/MC/MCAsmInfo.cpp | |
parent | 4b90952a9dd2b26ef6dd359cb8e4f7139e40f864 (diff) | |
download | external_llvm-4f61e5051fa25f4abb928573db6ea52585748b93.zip external_llvm-4f61e5051fa25f4abb928573db6ea52585748b93.tar.gz external_llvm-4f61e5051fa25f4abb928573db6ea52585748b93.tar.bz2 |
Add the #include here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 6a1b0c2..9b21100 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "llvm/MC/MCAsmInfo.h" +#include "llvm/Support/DataTypes.h" #include <cctype> #include <cstring> using namespace llvm; |