diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-12-19 20:43:38 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-12-19 20:43:38 +0000 |
commit | 0de20af7bab509c0fb636f9dcddb53c820dc681d (patch) | |
tree | b1c325ef2d6eff9de506c5bba2a2f2a1231c08ac /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | b71afe82bf922f636eac2851486ef25ce4e780bf (diff) | |
download | bcm5719-llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.tar.gz bcm5719-llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.zip |
Add missing standard headers. Patch by Joerg Sonnenberger!
llvm-svn: 122193
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index c75dfcfdfc6..7b6b8433a3a 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Program.h" +#include <cctype> using namespace llvm; /// These are manifest constants used by the bitcode writer. They do not need to |