From 3a24095610ecaba62495740bf8319ad467af4997 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Fri, 23 Jun 2017 14:48:41 -0700 Subject: [Local GC] Remove a number of inclusions of handle table private headers from the VM (#12389) * Remove inclusions of private handle table headers from the VM * Add TraceRefCountedHandles to the GC handle table interface * Fix the Unix build * Move ValidatePinnedObject to marshalnative.h --- src/gc/gcsvr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gc/gcsvr.cpp') diff --git a/src/gc/gcsvr.cpp b/src/gc/gcsvr.cpp index 70801dd4ee..6f89cab132 100644 --- a/src/gc/gcsvr.cpp +++ b/src/gc/gcsvr.cpp @@ -14,6 +14,8 @@ #include "gcscan.h" #include "gcdesc.h" #include "softwarewritewatch.h" +#include "handletable.h" +#include "handletable.inl" #define SERVER_GC 1 -- cgit v1.2.3