Add missing #include's to cctype when using isdigit/alpha/etc.
[oota-llvm.git] / examples / Kaleidoscope / MCJIT / complete / toy.cpp
index da3f3b1769340df0aac320d3aa04bca728910a5e..1f804d565655e02764e87b57641e553d0b2e682e 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Transforms/Scalar.h"
+#include <cctype>
 #include <cstdio>
 #include <map>
 #include <string>