diff options
Diffstat (limited to 'examples/Kaleidoscope/Chapter4')
-rw-r--r-- | examples/Kaleidoscope/Chapter4/toy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter4/toy.cpp b/examples/Kaleidoscope/Chapter4/toy.cpp index 971a7c6..0e41cc1 100644 --- a/examples/Kaleidoscope/Chapter4/toy.cpp +++ b/examples/Kaleidoscope/Chapter4/toy.cpp @@ -10,6 +10,7 @@ #include "llvm/PassManager.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Transforms/Scalar.h" +#include <cctype> #include <cstdio> #include <map> #include <string> |