summaryrefslogtreecommitdiff
path: root/src/md/hotdata/external.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/hotdata/external.h')
-rw-r--r--src/md/hotdata/external.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/md/hotdata/external.h b/src/md/hotdata/external.h
new file mode 100644
index 0000000000..64836e5080
--- /dev/null
+++ b/src/md/hotdata/external.h
@@ -0,0 +1,21 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//
+// File: external.h
+//
+
+//
+// External types used in MetaData\HotData 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 "../databuffer.h"