From 981af0021b9144cb08d605a404e9ea68b2e29b9e Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 12 Oct 2013 00:55:57 +0000 Subject: Add missing #include's to cctype when using isdigit/alpha/etc. llvm-svn: 192519 --- llvm/examples/Kaleidoscope/Chapter4/toy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/examples/Kaleidoscope/Chapter4/toy.cpp') diff --git a/llvm/examples/Kaleidoscope/Chapter4/toy.cpp b/llvm/examples/Kaleidoscope/Chapter4/toy.cpp index 971a7c68b21..0e41cc14ead 100644 --- a/llvm/examples/Kaleidoscope/Chapter4/toy.cpp +++ b/llvm/examples/Kaleidoscope/Chapter4/toy.cpp @@ -10,6 +10,7 @@ #include "llvm/PassManager.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Transforms/Scalar.h" +#include #include #include #include -- cgit v1.2.3