summaryrefslogtreecommitdiff
path: root/src/jit/jitstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd.h')
-rw-r--r--src/jit/jitstd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/jit/jitstd.h b/src/jit/jitstd.h
new file mode 100644
index 0000000000..6b428679f0
--- /dev/null
+++ b/src/jit/jitstd.h
@@ -0,0 +1,10 @@
+// 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.
+
+#include "allocator.h"
+#include "type_traits.h"
+#include "pair.h"
+#include "utility.h"
+#include "unordered_map.h"
+#include "unordered_set.h"