diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-02 12:11:48 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-02 12:11:48 +0100 |
commit | a68ee5ed18d9f6744ce99890b8e0249dff3bd070 (patch) | |
tree | 9a86334d6e26250f2c90fb82199c11717c7b034e /test/core/parser/ParserStackTest.cpp | |
parent | 8ff05a11e6fbab7ed5e029f06152b2860e6f229b (diff) |
Moved StandaloneParserContext to test folder
Diffstat (limited to 'test/core/parser/ParserStackTest.cpp')
-rw-r--r-- | test/core/parser/ParserStackTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/parser/ParserStackTest.cpp b/test/core/parser/ParserStackTest.cpp index 5dab979..a0a4033 100644 --- a/test/core/parser/ParserStackTest.cpp +++ b/test/core/parser/ParserStackTest.cpp @@ -21,6 +21,7 @@ #include <gtest/gtest.h> #include <core/parser/ParserStack.hpp> +#include <core/parser/StandaloneParserContext.hpp> namespace ousia { namespace parser { |