diff options
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/Support/StringExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/StringExtras.h b/llvm/include/Support/StringExtras.h index 51df4f19f6c..ad7527b4696 100644 --- a/llvm/include/Support/StringExtras.h +++ b/llvm/include/Support/StringExtras.h @@ -15,8 +15,8 @@ #define SUPPORT_STRINGEXTRAS_H #include "Support/DataTypes.h" +#include <cctype> #include <string> -#include <ctype.h> #include <stdio.h> namespace llvm { |