From 939b381b934d05723861fc569976a5ae53a9fd17 Mon Sep 17 00:00:00 2001 From: Yingxin Cheng Date: Fri, 1 Mar 2019 10:36:57 +0800 Subject: [PATCH] msg/async: fix include in frames_v2.h `ceph_clock_now()` needs to include common/Clock.h. Signed-off-by: Yingxin Cheng --- src/msg/async/frames_v2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msg/async/frames_v2.h b/src/msg/async/frames_v2.h index 112b755345e..6f4b3506aa5 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 -- 2.39.5