From: Kefu Chai Date: Thu, 6 Sep 2018 00:23:08 +0000 (+0800) Subject: test/msgr: add missing #include X-Git-Tag: v14.0.1~387^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc679109e99a6c19dc62310e97743abdf65358c4;p=ceph-ci.git test/msgr: add missing #include it's a regression introduced by #23930 Signed-off-by: Kefu Chai --- diff --git a/src/test/msgr/perf_msgr_server.cc b/src/test/msgr/perf_msgr_server.cc index e70b94e47c7..6b5e933d7e6 100644 --- a/src/test/msgr/perf_msgr_server.cc +++ b/src/test/msgr/perf_msgr_server.cc @@ -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"