commit | 7094dee95f8c915d27097ac18b47d1ef31fd72ed | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Fri Aug 10 10:58:18 2012 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Fri Aug 10 10:58:18 2012 +0000 |
tree | 29e8fe8def626dddfe23cedb752594dac2918ed2 | |
parent | 8ce9cca118b32604f481ad381eafab25b5798c9f [diff] [blame] |
Add missing cctype includes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CocoaConventions.cpp b/lib/Analysis/CocoaConventions.cpp index 7e9e38f..ce973af 100644 --- a/lib/Analysis/CocoaConventions.cpp +++ b/lib/Analysis/CocoaConventions.cpp
@@ -17,6 +17,8 @@ #include "clang/AST/DeclObjC.h" #include "llvm/ADT/StringExtras.h" #include "llvm/Support/ErrorHandling.h" +#include <cctype> + using namespace clang; using namespace ento;