diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:18:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:18:46 +0000 |
commit | 2346a9eb99caa9c7f7e2c2e4a723da1ea36e13fc (patch) | |
tree | 5c935b24e162ce8f3f86ff3891275e3255c7ecf5 /llvm/lib/AsmParser/LLLexer.cpp | |
parent | 814d9eec973faae6ca4ee2552e4911a6c6da41c2 (diff) | |
download | bcm5719-llvm-2346a9eb99caa9c7f7e2c2e4a723da1ea36e13fc.tar.gz bcm5719-llvm-2346a9eb99caa9c7f7e2c2e4a723da1ea36e13fc.zip |
add a #include to hopefully get the x86-64-linux buildbot building.
llvm-svn: 61563
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
-rw-r--r-- | llvm/lib/AsmParser/LLLexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index da5b1584687..f858ce55e9d 100644 --- a/llvm/lib/AsmParser/LLLexer.cpp +++ b/llvm/lib/AsmParser/LLLexer.cpp @@ -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 { |