summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2018-05-22 07:22:50 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2018-05-22 07:22:50 +0000
commit7c6cd52698ef806ce92b9b85ee28c021a9a4f018 (patch)
treefa4db318cbdecfee8b71c4de14e4a2bc9e526f62 /clang/lib
parent1349a04ef5f594dda705ec80474dda4837f26dba (diff)
downloadbcm5719-llvm-7c6cd52698ef806ce92b9b85ee28c021a9a4f018.tar.gz
bcm5719-llvm-7c6cd52698ef806ce92b9b85ee28c021a9a4f018.zip
Add cctype include.
This appears to leak in already on libc++ platforms, but is breaking on some other targets. llvm-svn: 332955
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGObjCGNU.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp
index 78029dafd3a..eb016597cee 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;
OpenPOWER on IntegriCloud