Include <cctype> for isdigit().
authorLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 22 Feb 2014 06:34:10 +0000 (06:34 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 22 Feb 2014 06:34:10 +0000 (06:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201930 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SampleProfile.cpp

index 2158978156427735f6f9d88122f39f002249b832..129e66dcc64bda8143fa9b934a0546fab2df64a9 100644 (file)
@@ -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;