summaryrefslogtreecommitdiff
path: root/src/vm/wks
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-09-08 17:24:16 -0700
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-08 17:24:16 -0700
commit1d90f2cbb3e52323e14354e6873c90b20fb63081 (patch)
tree74b35247a8778f1453c5523ddf08dff0a4d328a6 /src/vm/wks
parent01b87afda3e9b9f21af51c334eb7fb5854070c4d (diff)
downloadcoreclr-1d90f2cbb3e52323e14354e6873c90b20fb63081.tar.gz
coreclr-1d90f2cbb3e52323e14354e6873c90b20fb63081.tar.bz2
coreclr-1d90f2cbb3e52323e14354e6873c90b20fb63081.zip
Fix a build break introduced by GH#6764
[tfs-changeset: 1626397]
Diffstat (limited to 'src/vm/wks')
-rw-r--r--src/vm/wks/wks.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/wks/wks.targets b/src/vm/wks/wks.targets
index 04562365f6..0df66fe558 100644
--- a/src/vm/wks/wks.targets
+++ b/src/vm/wks/wks.targets
@@ -107,6 +107,7 @@
<CppCompile Include="$(VmSourcesDir)\gcenv.os.cpp" />
<CppCompile Include="$(VmSourcesDir)\gchelpers.cpp" />
<CppCompile Include="$(VmSourcesDir)\gchost.cpp" />
+ <CppCompile Include="$(VmSourcesDir)\gcheaputilities.cpp" />
<CppCompile Include="$(VmSourcesDir)\genericdict.cpp" />
<CppCompile Include="$(VmSourcesDir)\generics.cpp" />
<CppCompile Include="$(VmSourcesDir)\genmeth.cpp" />