Add missing <cctype> include, from Joerg Sonnenberger

llvm-svn: 123668
This commit is contained in:
Douglas Gregor 2011-01-17 19:15:43 +00:00
parent 48d7285fc6
commit a09c6cca72
1 changed files with 1 additions and 0 deletions

View File

@ -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;