Add missing #include's to cctype when using isdigit/alpha/etc.
[oota-llvm.git] / utils / FileCheck / FileCheck.cpp
index 43e8c79c07c8bb630fb00d35045d665181111410..77721f945158cb6784538fa7ac333950b4639a30 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 #include <algorithm>
+#include <cctype>
 #include <map>
 #include <string>
 #include <vector>