summaryrefslogtreecommitdiff
path: root/src/vm/formattype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/formattype.cpp')
-rw-r--r--src/vm/formattype.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vm/formattype.cpp b/src/vm/formattype.cpp
new file mode 100644
index 0000000000..856945a1c4
--- /dev/null
+++ b/src/vm/formattype.cpp
@@ -0,0 +1,9 @@
+// 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.
+
+
+//This file just includes formattype.cpp from the inc directory.
+#include "common.h"
+
+#include "../inc/formattype.cpp"