summaryrefslogtreecommitdiff
path: root/src/utilcode/jithost.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-24 22:24:59 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-24 22:24:59 -0800
commit4ab569915e02a4c314a772a43732d58fa67ebeff (patch)
tree46c2f335f7d3e4d2e0df495fb2282e52ef6e9909 /src/utilcode/jithost.cpp
parent89f7be2c96392febd6ac0327d8d4a6317201d8fc (diff)
downloadcoreclr-4ab569915e02a4c314a772a43732d58fa67ebeff.tar.gz
coreclr-4ab569915e02a4c314a772a43732d58fa67ebeff.tar.bz2
coreclr-4ab569915e02a4c314a772a43732d58fa67ebeff.zip
Fix build break - add precompiled header
Diffstat (limited to 'src/utilcode/jithost.cpp')
-rw-r--r--src/utilcode/jithost.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utilcode/jithost.cpp b/src/utilcode/jithost.cpp
index 88479de24f..412cc47786 100644
--- a/src/utilcode/jithost.cpp
+++ b/src/utilcode/jithost.cpp
@@ -2,6 +2,8 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+#include "stdafx.h"
+
#include "utilcode.h"
#include "corjit.h"
#include "jithost.h"