]> git.proxmox.com Git - ceph.git/blob - ceph/src/include/unordered_map.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / include / unordered_map.h
1 #ifndef CEPH_UNORDERED_MAP_H
2 #define CEPH_UNORDERED_MAP_H
3
4 #include <ciso646>
5
6 #include <unordered_map>
7
8 namespace ceph {
9 using std::unordered_map;
10 using std::unordered_multimap;
11 }
12
13 #endif