]> git.proxmox.com Git - ceph.git/blame - ceph/src/include/unordered_set.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / include / unordered_set.h
CommitLineData
7c673cae
FG
1#ifndef CEPH_UNORDERED_SET_H
2#define CEPH_UNORDERED_SET_H
3
7c673cae
FG
4#include <unordered_set>
5
6namespace ceph {
7 using std::unordered_set;
8}
9
10#endif