projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e7ba8
)
Add the #include here.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 25 Aug 2009 21:09:50 +0000
(21:09 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 25 Aug 2009 21:09:50 +0000
(21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80032
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmInfo.cpp
b/lib/MC/MCAsmInfo.cpp
index 6a1b0c2eee2804c2cfebf8109317182a4aaabc9c..9b21100ce42afbed3fa802768b287f15eae64230 100644
(file)
--- 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;