]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
msg/async: fix include in frames_v2.h
authorYingxin Cheng <yingxincheng@gmail.com>
Fri, 1 Mar 2019 02:36:57 +0000 (10:36 +0800)
committerYingxin Cheng <yingxincheng@gmail.com>
Fri, 1 Mar 2019 04:39:43 +0000 (12:39 +0800)
`ceph_clock_now()` needs to include common/Clock.h.

Signed-off-by: Yingxin Cheng <yingxincheng@gmail.com>
src/msg/async/frames_v2.h

index 112b755345ed359c9ead3724da2431ef6a5f6be3..6f4b3506aa59dc030f7baa5482e8129e969656bd 100644 (file)
@@ -2,6 +2,7 @@
 #define _MSG_ASYNC_FRAMES_V2_
 
 #include "include/types.h"
+#include "common/Clock.h"
 #include "crypto_onwire.h"
 #include <array>