summaryrefslogtreecommitdiff
path: root/tests/cpp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp.cc')
-rw-r--r--tests/cpp.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cpp.cc b/tests/cpp.cc
index 0aa9d835..4d97b8e0 100644
--- a/tests/cpp.cc
+++ b/tests/cpp.cc
@@ -27,7 +27,11 @@
#include <stdlib.h>
#include <string.h>
+#define GC_NAMESPACE_ALLOCATOR
#include "gc/gc_allocator.h"
+using boehmgc::gc_allocator;
+using boehmgc::gc_allocator_ignore_off_page;
+using boehmgc::traceable_allocator;
# include "private/gcconfig.h"