summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd/stdafx.h')
-rw-r--r--src/jit/jitstd/stdafx.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/jit/jitstd/stdafx.h b/src/jit/jitstd/stdafx.h
new file mode 100644
index 0000000000..6d2519d3dc
--- /dev/null
+++ b/src/jit/jitstd/stdafx.h
@@ -0,0 +1,20 @@
+// 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.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+
+#pragma once
+
+#include "targetver.h"
+
+#include <stdio.h>
+#include <tchar.h>
+
+
+
+// TODO: reference additional headers your program requires here