commit | 73bb8eace662232469e91b914c871c6205024320 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Dec 08 19:03:30 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Dec 08 19:03:30 2007 +0000 |
tree | 42768024785939ea767826ed0842e9421e8cac89 | |
parent | fa216163b53c320600c54e0aa5b3b799cb1547d6 [diff] [blame] |
add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44710 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLLexer.cpp b/lib/AsmParser/LLLexer.cpp index 5b1f074..72e19f1d 100644 --- 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"