From: David Chisnall Date: Tue, 22 May 2018 07:22:50 +0000 (+0000) Subject: Add cctype include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a423afee3cfdf07cafe069ce9729d918eb19fd34;p=clang Add cctype include. This appears to leak in already on libc++ platforms, but is breaking on some other targets. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCGNU.cpp b/lib/CodeGen/CGObjCGNU.cpp index 78029dafd3..eb016597ce 100644 --- a/lib/CodeGen/CGObjCGNU.cpp +++ b/lib/CodeGen/CGObjCGNU.cpp @@ -35,6 +35,7 @@ #include "llvm/IR/Module.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/ConvertUTF.h" +#include using namespace clang; using namespace CodeGen;