commit | 0de20af7bab509c0fb636f9dcddb53c820dc681d | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sun Dec 19 20:43:38 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sun Dec 19 20:43:38 2010 +0000 |
tree | b1c325ef2d6eff9de506c5bba2a2f2a1231c08ac | |
parent | b71afe82bf922f636eac2851486ef25ce4e780bf [diff] [blame] |
Add missing standard headers. Patch by Joerg Sonnenberger! llvm-svn: 122193
diff --git a/llvm/lib/MC/MCParser/AsmLexer.cpp b/llvm/lib/MC/MCParser/AsmLexer.cpp index 085d519..e474a15 100644 --- a/llvm/lib/MC/MCParser/AsmLexer.cpp +++ b/llvm/lib/MC/MCParser/AsmLexer.cpp
@@ -15,6 +15,7 @@ #include "llvm/Support/SMLoc.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/MC/MCAsmInfo.h" +#include <cctype> #include <cerrno> #include <cstdio> #include <cstdlib>