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:
73481e0
)
add #include
author
Chris Lattner
<sabre@nondot.org>
Sat, 8 Dec 2007 19:03:30 +0000
(19:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 8 Dec 2007 19:03:30 +0000
(19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44710
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/LLLexer.cpp
patch
|
blob
|
history
diff --git
a/lib/AsmParser/LLLexer.cpp
b/lib/AsmParser/LLLexer.cpp
index 5b1f0740dce25750d1930dc75d912c02bc50d795..72e19f1d4d3178d775b2df7625a3a16bd191986f 100644
(file)
--- a/
lib/AsmParser/LLLexer.cpp
+++ b/
lib/AsmParser/LLLexer.cpp
@@
-14,6
+14,7
@@
#include "LLLexer.h"
#include "ParserInternals.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/MathExtras.h"
#include <list>
#include "llvmAsmParser.h"