summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/runtime/WeakGCPtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/WeakGCPtr.h')
-rw-r--r--Source/JavaScriptCore/runtime/WeakGCPtr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/WeakGCPtr.h b/Source/JavaScriptCore/runtime/WeakGCPtr.h
index ac77cf3..6cc75a5 100644
--- a/Source/JavaScriptCore/runtime/WeakGCPtr.h
+++ b/Source/JavaScriptCore/runtime/WeakGCPtr.h
@@ -26,7 +26,7 @@
#ifndef WeakGCPtr_h
#define WeakGCPtr_h
-#include "Collector.h"
+#include "Heap.h"
#include "GCHandle.h"
#include <wtf/Noncopyable.h>