aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionMachO.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-12-19 20:43:38 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-12-19 20:43:38 +0000
commit0de20af7bab509c0fb636f9dcddb53c820dc681d (patch)
treeb1c325ef2d6eff9de506c5bba2a2f2a1231c08ac /llvm/lib/MC/MCSectionMachO.cpp
parentb71afe82bf922f636eac2851486ef25ce4e780bf (diff)
downloadllvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.zip
llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.tar.gz
llvm-0de20af7bab509c0fb636f9dcddb53c820dc681d.tar.bz2
Add missing standard headers. Patch by Joerg Sonnenberger!
llvm-svn: 122193
Diffstat (limited to 'llvm/lib/MC/MCSectionMachO.cpp')
-rw-r--r--llvm/lib/MC/MCSectionMachO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCSectionMachO.cpp b/llvm/lib/MC/MCSectionMachO.cpp
index 43268e6..b897c0b 100644
--- a/llvm/lib/MC/MCSectionMachO.cpp
+++ b/llvm/lib/MC/MCSectionMachO.cpp
@@ -10,6 +10,7 @@
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCContext.h"
#include "llvm/Support/raw_ostream.h"
+#include <cctype>
using namespace llvm;
/// SectionTypeDescriptors - These are strings that describe the various section