aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libalee/parser.hpp')
-rw-r--r--libalee/parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libalee/parser.hpp b/libalee/parser.hpp
index f868afb..6b50918 100644
--- a/libalee/parser.hpp
+++ b/libalee/parser.hpp
@@ -19,7 +19,9 @@
#ifndef ALEEFORTH_PARSER_HPP
#define ALEEFORTH_PARSER_HPP
+#include "config.hpp"
#include "types.hpp"
+#include "state.hpp"
#include <string_view>