summaryrefslogtreecommitdiff
path: root/tests/test_memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_memory.cpp')
-rw-r--r--tests/test_memory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_memory.cpp b/tests/test_memory.cpp
index becb89b..4acda5b 100644
--- a/tests/test_memory.cpp
+++ b/tests/test_memory.cpp
@@ -1,4 +1,4 @@
-#include "common.hpp"
+#include "test.hpp"
#include "writer_string.hpp"
#include "allocator.hpp"
@@ -6,6 +6,8 @@
#include <string>
#include <vector>
+using namespace pugi;
+
namespace
{
int page_allocs = 0;