]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/LogEntry.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / LogEntry.cc
index 993bf444dc3937946e7ea5ea5e9f9d581944f4d4..dfa1ab2fa1dfd569638f49cca535be0d02672133 100644 (file)
@@ -8,6 +8,17 @@
 #include "Formatter.h"
 #include "include/stringify.h"
 
+using std::list;
+using std::map;
+using std::make_pair;
+using std::pair;
+using std::string;
+
+using ceph::bufferlist;
+using ceph::decode;
+using ceph::encode;
+using ceph::Formatter;
+
 // ----
 // LogEntryKey
 
@@ -372,4 +383,3 @@ void LogSummary::generate_test_instances(list<LogSummary*>& o)
   o.push_back(new LogSummary);
   // more!
 }
-