summaryrefslogtreecommitdiff
path: root/tests/test_dom_traverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dom_traverse.cpp')
-rw-r--r--tests/test_dom_traverse.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_dom_traverse.cpp b/tests/test_dom_traverse.cpp
index 4dc6cda..b135674 100644
--- a/tests/test_dom_traverse.cpp
+++ b/tests/test_dom_traverse.cpp
@@ -2,7 +2,7 @@
#define _SCL_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_DEPRECATE
-#include "common.hpp"
+#include "test.hpp"
#include <string.h>
#include <stdio.h>
@@ -15,6 +15,8 @@
#include "helpers.hpp"
+using namespace pugi;
+
#ifdef PUGIXML_NO_STL
template <typename I> static I move_iter(I base, int n)
{