From: Yingxin Cheng Date: Fri, 1 Mar 2019 02:36:57 +0000 (+0800) Subject: msg/async: fix include in frames_v2.h X-Git-Tag: v14.1.1~92^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=939b381b934d05723861fc569976a5ae53a9fd17;p=ceph.git msg/async: fix include in frames_v2.h `ceph_clock_now()` needs to include common/Clock.h. Signed-off-by: Yingxin Cheng --- diff --git a/src/msg/async/frames_v2.h b/src/msg/async/frames_v2.h index 112b755345ed..6f4b3506aa59 100644 --- a/src/msg/async/frames_v2.h +++ b/src/msg/async/frames_v2.h @@ -2,6 +2,7 @@ #define _MSG_ASYNC_FRAMES_V2_ #include "include/types.h" +#include "common/Clock.h" #include "crypto_onwire.h" #include