Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / 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