Include <cctype> for isdigit().

llvm-svn: 201930
This commit is contained in:
Logan Chien 2014-02-22 06:34:10 +00:00
parent 29ef6b0aca
commit 61c6df0384

@ -50,6 +50,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
#include <cctype>
using namespace llvm;