diff options
-rw-r--r-- | tools/llvm-mc/AsmLexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-mc/AsmLexer.cpp b/tools/llvm-mc/AsmLexer.cpp index 578eec1852..4a68d0d354 100644 --- a/tools/llvm-mc/AsmLexer.cpp +++ b/tools/llvm-mc/AsmLexer.cpp @@ -15,6 +15,7 @@ #include "llvm/Support/SourceMgr.h" #include "llvm/Support/MemoryBuffer.h" #include <cerrno> +#include <cstdlib> using namespace llvm; AsmLexer::AsmLexer(SourceMgr &SM) : SrcMgr(SM) { |