forked from OSchip/llvm-project
Add missing <cctype> include, from Joerg Sonnenberger
llvm-svn: 123668
This commit is contained in:
parent
48d7285fc6
commit
a09c6cca72
|
@ -35,6 +35,7 @@
|
|||
#include "llvm/Support/Program.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <cctype>
|
||||
using namespace clang;
|
||||
using namespace clang::driver;
|
||||
|
||||
|
|
Loading…
Reference in New Issue