summaryrefslogtreecommitdiff
path: root/src/md/external.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/external.h')
-rw-r--r--src/md/external.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/md/external.h b/src/md/external.h
new file mode 100644
index 0000000000..7a93aa51df
--- /dev/null
+++ b/src/md/external.h
@@ -0,0 +1,17 @@
+// 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.
+//
+// File: external.h
+//
+
+//
+// External types used in MetaData\* subcomponent classes.
+//
+// ======================================================================================
+
+#pragma once
+
+#include <clrtypes.h>
+#include <safemath.h>
+#include <new.hpp>