llvm-strings: explicitly include cctype
Include the cctype header to try to fix windows bots. llvm-svn: 286558
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "llvm/Support/PrettyStackTrace.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include <cctype>
|
||||
#include <string>
|
||||
|
||||
using namespace llvm;
|
||||
@@ -74,7 +75,7 @@ class Strings {
|
||||
}
|
||||
}
|
||||
}
|
||||
static_cast<bool>(E);
|
||||
(void)static_cast<bool>(E);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user