]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_object_lock.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_object_lock.cc
index 5c0119befaa10c2b17acc6abfb75bfea5f78bdce..0c57793fec952fc3b07ef7bfef8f0182445d27fe 100644 (file)
@@ -3,6 +3,8 @@
 //
 #include "rgw_object_lock.h"
 
+using namespace std;
+
 void DefaultRetention::decode_xml(XMLObj *obj) {
   RGWXMLDecoder::decode_xml("Mode", mode, obj, true);
   if (mode.compare("GOVERNANCE") != 0 && mode.compare("COMPLIANCE") != 0) {