add #include
[oota-llvm.git] / 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"