[llvm-commits] [llvm] r44710 - /llvm/trunk/lib/AsmParser/LLLexer.cpp
Chris Lattner
sabre at nondot.org
Sat Dec 8 11:03:31 PST 2007
Author: lattner
Date: Sat Dec 8 13:03:30 2007
New Revision: 44710
URL: http://llvm.org/viewvc/llvm-project?rev=44710&view=rev
Log:
add #include
Modified:
llvm/trunk/lib/AsmParser/LLLexer.cpp
Modified: llvm/trunk/lib/AsmParser/LLLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/LLLexer.cpp?rev=44710&r1=44709&r2=44710&view=diff
==============================================================================
--- llvm/trunk/lib/AsmParser/LLLexer.cpp (original)
+++ llvm/trunk/lib/AsmParser/LLLexer.cpp Sat Dec 8 13:03:30 2007
@@ -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"
More information about the llvm-commits
mailing list