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