commit | 7c6cd52698ef806ce92b9b85ee28c021a9a4f018 | [log] [tgz] |
---|---|---|
author | David Chisnall <csdavec@swan.ac.uk> | Tue May 22 07:22:50 2018 +0000 |
committer | David Chisnall <csdavec@swan.ac.uk> | Tue May 22 07:22:50 2018 +0000 |
tree | fa4db318cbdecfee8b71c4de14e4a2bc9e526f62 | |
parent | 1349a04ef5f594dda705ec80474dda4837f26dba [diff] [blame] |
Add cctype include. This appears to leak in already on libc++ platforms, but is breaking on some other targets. llvm-svn: 332955
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index 78029da..eb01659 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/lib/CodeGen/CGObjCGNU.cpp
@@ -35,6 +35,7 @@ #include "llvm/IR/Module.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/ConvertUTF.h" +#include <cctype> using namespace clang; using namespace CodeGen;