From: Haomai Wang Date: Tue, 24 May 2016 09:10:15 +0000 (+0800) Subject: test_async_driver: add missing headers X-Git-Tag: ses5-milestone5~574^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd9c43a44018ba8309e8e81af13840d8376f59fa;p=ceph.git test_async_driver: add missing headers Signed-off-by: Haomai Wang --- diff --git a/src/test/msgr/test_async_driver.cc b/src/test/msgr/test_async_driver.cc index 59ac8bf6a339..589d5a6cc445 100644 --- a/src/test/msgr/test_async_driver.cc +++ b/src/test/msgr/test_async_driver.cc @@ -25,6 +25,8 @@ #include #include "include/Context.h" #include "include/atomic.h" +#include "common/Mutex.h" +#include "common/Cond.h" #include "global/global_init.h" #include "common/ceph_argparse.h" #include "msg/async/Event.h"