]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/ElectionLogic.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / mon / ElectionLogic.h
index 65c727ca1340322694af378ed3f47e836ea06d5a..e2f2db82ac88fe54632e5977b26d65efa5e51e13 100644 (file)
@@ -17,6 +17,7 @@
 #define CEPH_ELECTIONLOGIC_H
 
 #include <map>
+#include <set>
 #include "include/types.h"
 #include "ConnectionTracker.h"
 
@@ -95,7 +96,7 @@ public:
    * Like paxos_size(), This set can change between elections, but not
    * during them.
    */
-  virtual const set<int>& get_disallowed_leaders() const = 0;
+  virtual const std::set<int>& get_disallowed_leaders() const = 0;
   /**
    * Tell the ElectionOwner we have started a new election.
    *