summaryrefslogtreecommitdiff
path: root/test/plugins/xml/XmlParserTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/xml/XmlParserTest.cpp')
-rw-r--r--test/plugins/xml/XmlParserTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp
index 886cccc..1dbca60 100644
--- a/test/plugins/xml/XmlParserTest.cpp
+++ b/test/plugins/xml/XmlParserTest.cpp
@@ -21,6 +21,7 @@
#include <gtest/gtest.h>
#include <core/common/Logger.hpp>
+#include <core/parser/StandaloneParserContext.hpp>
#include <plugins/xml/XmlParser.hpp>
@@ -28,7 +29,7 @@ namespace ousia {
namespace parser {
namespace xml {
-TerminalLogger logger(std::cerr, true);
+static TerminalLogger logger(std::cerr, true);
TEST(XmlParser, mismatchedTagException)
{