Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Mosier <smosier@microsoft.com>2015-10-07 02:58:31 +0300
committerScott Mosier <smosier@microsoft.com>2015-10-14 20:50:31 +0300
commit9ceafad81f9c68f16c6be2e11ff609ce9f228ae9 (patch)
tree5e5261ee6db73c8ee94177d526388105d93aaa01 /src/Native/Runtime/GcStressControl.cpp
parent7f6ab60a6a659a9ab5f2f4230ba465c09f673036 (diff)
Partially hooked up GC sources to Runtime sources. Finalizer code is not yet hooked up.
Diffstat (limited to 'src/Native/Runtime/GcStressControl.cpp')
-rw-r--r--src/Native/Runtime/GcStressControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/GcStressControl.cpp b/src/Native/Runtime/GcStressControl.cpp
index 73c710cb0..f6ff731d9 100644
--- a/src/Native/Runtime/GcStressControl.cpp
+++ b/src/Native/Runtime/GcStressControl.cpp
@@ -2,7 +2,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
-#include "common.h"
+#include "rhcommon.h"
#if defined(FEATURE_GC_STRESS) & !defined(DACCESS_COMPILE)