add #include
authorChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 19:03:30 +0000 (19:03 +0000)
committerChris 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

index 5b1f0740dce25750d1930dc75d912c02bc50d795..72e19f1d4d3178d775b2df7625a3a16bd191986f 100644 (file)
@@ -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"