summaryrefslogtreecommitdiff
path: root/tests/test_xpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xpath.cpp')
-rw-r--r--tests/test_xpath.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_xpath.cpp b/tests/test_xpath.cpp
index 24daa4e..19ff25c 100644
--- a/tests/test_xpath.cpp
+++ b/tests/test_xpath.cpp
@@ -1,6 +1,6 @@
#ifndef PUGIXML_NO_XPATH
-#include "common.hpp"
+#include "test.hpp"
#include <string.h>
#include <wchar.h>
@@ -10,6 +10,8 @@
#include <algorithm>
#include <limits>
+using namespace pugi;
+
static void load_document_copy(xml_document& doc, const char_t* text)
{
xml_document source;