summaryrefslogtreecommitdiff
path: root/src/vm/interpreter.cpp
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-09-08 13:06:21 -0700
committerGitHub <noreply@github.com>2016-09-08 13:06:21 -0700
commit1c43df95410e57f0d40e6ee55012ef65bdac2487 (patch)
treeb57fda7959af77de7c77353e5a5dd70a77f7d0dd /src/vm/interpreter.cpp
parent65c2ff78e0e88f5052751747f6686084caab3d4c (diff)
parent6519911fbccbec049f9592484f69c213b4b78264 (diff)
downloadcoreclr-1c43df95410e57f0d40e6ee55012ef65bdac2487.tar.gz
coreclr-1c43df95410e57f0d40e6ee55012ef65bdac2487.tar.bz2
coreclr-1c43df95410e57f0d40e6ee55012ef65bdac2487.zip
Merge pull request #6764 from swgillespie/gc-interface-3
Move the GC behind an interface and use that interface in the VM
Diffstat (limited to 'src/vm/interpreter.cpp')
-rw-r--r--src/vm/interpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/interpreter.cpp b/src/vm/interpreter.cpp
index a540cff0b0..ed289cb3cc 100644
--- a/src/vm/interpreter.cpp
+++ b/src/vm/interpreter.cpp
@@ -14,7 +14,7 @@
#include "openum.h"
#include "fcall.h"
#include "frames.h"
-#include "gc.h"
+#include "gcheaputilities.h"
#include <float.h>
#include "jitinterface.h"
#include "safemath.h"