Include the right header for toupper
authorSean Hunt <rideau3@gmail.com>
Wed, 5 May 2010 04:31:44 +0000 (04:31 +0000)
committerSean Hunt <rideau3@gmail.com>
Wed, 5 May 2010 04:31:44 +0000 (04:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103073 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ClangASTNodesEmitter.cpp

index f9366d9e0bcb713a69f72262d7c29f8a9c49b225..addc6ba0f9319185e2ae64178a6dbdc01c5dde2c 100644 (file)
@@ -5,7 +5,7 @@
 #include <string>
 #include <map>
 #include <utility>
-#include <clocale>
+#include <cctype>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//