[llvm-commits] [llvm] r61563 - /llvm/trunk/lib/AsmParser/LLLexer.cpp
Chris Lattner
sabre at nondot.org
Thu Jan 1 23:18:47 PST 2009
Author: lattner
Date: Fri Jan 2 01:18:46 2009
New Revision: 61563
URL: http://llvm.org/viewvc/llvm-project?rev=61563&view=rev
Log:
add a #include to hopefully get the x86-64-linux buildbot building.
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=61563&r1=61562&r2=61563&view=diff
==============================================================================
--- llvm/trunk/lib/AsmParser/LLLexer.cpp (original)
+++ llvm/trunk/lib/AsmParser/LLLexer.cpp Fri Jan 2 01:18:46 2009
@@ -19,6 +19,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Assembly/Parser.h"
#include <cstring>
+#include <cstdlib>
using namespace llvm;
bool LLLexer::Error(LocTy ErrorLoc, const std::string &Msg) const {
More information about the llvm-commits
mailing list