]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/hobject.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / hobject.cc
index e5da4a35d86b0855eba5e4f7da20ddfb36976075..85d4237dcd58cc49f151ef056cb2e1d2d0c1c829 100644 (file)
@@ -4,6 +4,14 @@
 #include "hobject.h"
 #include "common/Formatter.h"
 
+using std::list;
+using std::ostream;
+using std::set;
+using std::string;
+
+using ceph::bufferlist;
+using ceph::Formatter;
+
 static void append_escaped(const string &in, string *out)
 {
   for (string::const_iterator i = in.begin(); i != in.end(); ++i) {