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/ObjectLayout.cpp
parent7f6ab60a6a659a9ab5f2f4230ba465c09f673036 (diff)
Partially hooked up GC sources to Runtime sources. Finalizer code is not yet hooked up.
Diffstat (limited to 'src/Native/Runtime/ObjectLayout.cpp')
-rw-r--r--src/Native/Runtime/ObjectLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/ObjectLayout.cpp b/src/Native/Runtime/ObjectLayout.cpp
index d2e988ed2..2cfffc9e4 100644
--- a/src/Native/Runtime/ObjectLayout.cpp
+++ b/src/Native/Runtime/ObjectLayout.cpp
@@ -6,7 +6,7 @@
//
// Implementations of functions dealing with object layout related types.
//
-#include "common.h"
+#include "rhcommon.h"
#ifdef DACCESS_COMPILE
#include "gcrhenv.h"
#endif // DACCESS_COMPILE