]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/user/cls_user_ops.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / cls / user / cls_user_ops.cc
index 65d889bbc5c28093eb90f6da845d3a7303575714..5ae9d2c93b82063fed652843a7be3e914fb37fb9 100644 (file)
@@ -1,10 +1,14 @@
-// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
 #include "cls/user/cls_user_ops.h"
 #include "common/Formatter.h"
 #include "common/ceph_json.h"
 
+using std::list;
+
+using ceph::Formatter;
+
 void cls_user_set_buckets_op::dump(Formatter *f) const
 {
   encode_json("entries", entries, f);