From fbf91b4d03abd9dc53d631429f7cee5b356765e4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 20 Jul 2019 00:21:04 +0800 Subject: [PATCH] common/ceph_context.cc: include necessary header for using functions like `lockdep_unregister_ceph_context()` Signed-off-by: Kefu Chai --- src/common/ceph_context.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc index 8898133a71d..b88200f10d0 100644 --- a/src/common/ceph_context.cc +++ b/src/common/ceph_context.cc @@ -29,6 +29,7 @@ #include "common/debug.h" #include "common/config.h" #include "common/ceph_crypto.h" +#include "common/lockdep.h" #include "common/HeartbeatMap.h" #include "common/errno.h" #include "common/Graylog.h" -- 2.47.3