aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/ext/hash_map
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/ext/hash_map')
-rw-r--r--contrib/llvm-project/libcxx/include/ext/hash_map2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/ext/hash_map b/contrib/llvm-project/libcxx/include/ext/hash_map
index d6ea26c2cf86..a52c6a4066f7 100644
--- a/contrib/llvm-project/libcxx/include/ext/hash_map
+++ b/contrib/llvm-project/libcxx/include/ext/hash_map
@@ -203,10 +203,10 @@ template <class Key, class T, class Hash, class Pred, class Alloc>
#include <__config>
#include <__hash_table>
+#include <ext/__hash>
#include <functional>
#include <stdexcept>
#include <type_traits>
-#include <ext/__hash>
#if defined(__DEPRECATED) && __DEPRECATED
#if defined(_LIBCPP_WARNING)