diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 00:16:03 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 00:16:03 +0100 |
commit | f93bb53648da893cb0ad5a7f91c168106cca4ce0 (patch) | |
tree | 3b9ab9645180e28ef161ed22cd8f59772922ba2d | |
parent | 19d7c2e400850d06b21acc28733a7cd8ba343d1a (diff) |
Added missing header inclusion
-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 { |