]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_async_driver: add missing headers
authorHaomai Wang <haomai@xsky.com>
Tue, 24 May 2016 09:10:15 +0000 (17:10 +0800)
committerHaomai Wang <haomai@xsky.com>
Wed, 29 Jun 2016 04:14:04 +0000 (12:14 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/test/msgr/test_async_driver.cc

index 59ac8bf6a339621bbb53923f108cdd00fa70b1c4..589d5a6cc4450331840661d3b06d2f18811072a0 100644 (file)
@@ -25,6 +25,8 @@
 #include <arpa/inet.h>
 #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"