]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonClient: include necessary #includes
authorKefu Chai <kchai@redhat.com>
Wed, 18 Sep 2019 04:41:46 +0000 (12:41 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Sep 2019 10:21:56 +0000 (18:21 +0800)
ideally, a header file should be self-contained.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/MonClient.h

index 6c16d4d08d19d1fe619e123d88e705300dfba7c4..6341963175c11a91e7079b1fdba90f99f3725514 100644 (file)
 #ifndef CEPH_MONCLIENT_H
 #define CEPH_MONCLIENT_H
 
+#include <functional>
+#include <list>
+#include <map>
 #include <memory>
 #include <set>
+#include <string>
+#include <vector>
 
 #include "msg/Messenger.h"