summaryrefslogtreecommitdiffstats
path: root/src/include/unordered_set.h
blob: e30e1799e5c5472791de7571a1849a7aa4af61bf (plain)
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