summaryrefslogtreecommitdiff
path: root/src/md/heaps/external.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/heaps/external.h')
-rw-r--r--src/md/heaps/external.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/md/heaps/external.h b/src/md/heaps/external.h
new file mode 100644
index 0000000000..9b5362c761
--- /dev/null
+++ b/src/md/heaps/external.h
@@ -0,0 +1,22 @@
+// 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\Heaps subcomponent classes.
+// This file is used for precompiled headers, so it has to be included at the beginning of every .cpp in
+// this directory.
+//
+// ======================================================================================
+
+#pragma once
+
+#include "../external.h"
+#include "../export.h"
+
+#include <stgpool.h>
+#include <metamodelpub.h>
+#include <utilcode.h>