aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libalee/parser.cpp')
-rw-r--r--libalee/parser.cpp2
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)