diff options
-rw-r--r-- | src/core/parser/stack/State.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/parser/stack/State.hpp b/src/core/parser/stack/State.hpp index ea326ec..4766235 100644 --- a/src/core/parser/stack/State.hpp +++ b/src/core/parser/stack/State.hpp @@ -33,6 +33,7 @@ #include <core/common/Rtti.hpp> #include <core/common/Argument.hpp> +#include <core/common/Whitespace.hpp> namespace ousia { namespace parser_stack { |