summaryrefslogtreecommitdiff
path: root/tests/test_xpath_functions.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:33:03 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-02 21:33:03 -0700
commita32585286a328367543443dd2520a4bee2b0cb0b (patch)
tree2d71b5fee588d7229500769a16383efc8267865b /tests/test_xpath_functions.cpp
parentcff1933ec9d522d65570c7270354394b6353b812 (diff)
tests: Fix PUGIXML_NO_STL build
Diffstat (limited to 'tests/test_xpath_functions.cpp')
-rw-r--r--tests/test_xpath_functions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xpath_functions.cpp b/tests/test_xpath_functions.cpp
index dee999c..0d1d630 100644
--- a/tests/test_xpath_functions.cpp
+++ b/tests/test_xpath_functions.cpp
@@ -2,6 +2,8 @@
#include "test.hpp"
+#include <string>
+
using namespace pugi;
TEST_XML(xpath_number_number, "<node>123</node>")