summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/stdafx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd/stdafx.cpp')
-rw-r--r--src/jit/jitstd/stdafx.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/jit/jitstd/stdafx.cpp b/src/jit/jitstd/stdafx.cpp
new file mode 100644
index 0000000000..1012ef98b8
--- /dev/null
+++ b/src/jit/jitstd/stdafx.cpp
@@ -0,0 +1,14 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+// stdafx.cpp : source file that includes just the standard includes
+// jitstd.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file