]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
messages/MOSDBeacon: include PaxosServiceMessage.h
authorKefu Chai <kchai@redhat.com>
Mon, 14 Jan 2019 09:50:41 +0000 (17:50 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jan 2019 04:39:39 +0000 (12:39 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/messages/MOSDBeacon.h

index fde2789fd58412d489004766addaa004a8edbbf6..7614011968ae5e0f4e4cda8992f6392c510677db 100644 (file)
@@ -3,6 +3,8 @@
 
 #pragma once
 
+#include "PaxosServiceMessage.h"
+
 class MOSDBeacon : public MessageInstance<MOSDBeacon, PaxosServiceMessage> {
 public:
   friend factory;