diff options
Diffstat (limited to 'tests/test_xpath_xalan_5.cpp')
-rw-r--r-- | tests/test_xpath_xalan_5.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_xpath_xalan_5.cpp b/tests/test_xpath_xalan_5.cpp index e6a4fb9..6daa234 100644 --- a/tests/test_xpath_xalan_5.cpp +++ b/tests/test_xpath_xalan_5.cpp @@ -1,6 +1,8 @@ #ifndef PUGIXML_NO_XPATH -#include "common.hpp" +#include "test.hpp" + +using namespace pugi; TEST_XML(xpath_xalan_select_1, "<doc><a><b attr='test'/></a><c><d><e/></d></c></doc>") { |