diff options
Diffstat (limited to 'libalee/parser.cpp')
-rw-r--r-- | libalee/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libalee/parser.cpp b/libalee/parser.cpp index bcef963..3b14224 100644 --- a/libalee/parser.cpp +++ b/libalee/parser.cpp @@ -17,9 +17,9 @@ */ #include "corewords.hpp" +#include "ctype.hpp" #include "parser.hpp" -#include <cctype> #include <cstring> int Parser::parse(State& state, const char *str) |