diff options
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>") |