diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 21:58:34 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 21:58:34 +0100 |
commit | 4373ba6a600785db93b97afb5daa53dc14a17d19 (patch) | |
tree | aa3694106889bcefc36833390b93f2a782d0e7bb /test/plugins/xml/XmlParserTest.cpp | |
parent | 15d1cfd2c5198be8e0105da269de3091568a7c6c (diff) |
added parse, link and include functions to Project
Diffstat (limited to 'test/plugins/xml/XmlParserTest.cpp')
-rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index 37b9cab..3ed7417 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -22,6 +22,7 @@ #include <core/common/CharReader.hpp> #include <core/common/Logger.hpp> +#include <core/common/SourceContextReader.hpp> #include <core/frontend/TerminalLogger.hpp> #include <core/parser/StandaloneParserContext.hpp> |