]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/msgr: add missing #include
authorKefu Chai <kchai@redhat.com>
Thu, 6 Sep 2018 00:23:08 +0000 (08:23 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 6 Sep 2018 00:24:16 +0000 (08:24 +0800)
it's a regression introduced by #23930

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/msgr/perf_msgr_server.cc

index e70b94e47c70ec4d9ae589b3471f69af532fdcd1..6b5e933d7e63d43e743d80ffde3aa69e90621c55 100644 (file)
@@ -24,6 +24,7 @@ using namespace std;
 
 #include "common/ceph_argparse.h"
 #include "common/debug.h"
+#include "common/WorkQueue.h"
 #include "global/global_init.h"
 #include "msg/Messenger.h"
 #include "messages/MOSDOp.h"