diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-02 21:33:03 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-02 21:33:03 -0700 |
commit | a32585286a328367543443dd2520a4bee2b0cb0b (patch) | |
tree | 2d71b5fee588d7229500769a16383efc8267865b /tests/test_xpath_functions.cpp | |
parent | cff1933ec9d522d65570c7270354394b6353b812 (diff) |
tests: Fix PUGIXML_NO_STL build
Diffstat (limited to 'tests/test_xpath_functions.cpp')
-rw-r--r-- | tests/test_xpath_functions.cpp | 2 |
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>") |