1 2 3 4 5 6 7 8 9 10
#ifndef CEPH_UNORDERED_SET_H #define CEPH_UNORDERED_SET_H #include <unordered_set> namespace ceph { using std::unordered_set; } #endif