summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index 381a3144..40153cb8 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -32,7 +32,7 @@ Authors: John R. Ellis and Jesse Hull
# define GC_BUILD
# endif
-#include <gc_cpp.h>
+#include "gc_cpp.h"
void* operator new( size_t size ) {
return GC_MALLOC_UNCOLLECTABLE( size );}