From: Patrick Donnelly Date: Tue, 13 Aug 2019 17:48:40 +0000 (-0700) Subject: cls/rgw: add missing header dependency X-Git-Tag: v15.1.0~1539^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e686bc695906728576ce76f4365e6a7ff438e19f;p=ceph.git cls/rgw: add missing header dependency Signed-off-by: Patrick Donnelly --- diff --git a/src/cls/rgw/cls_rgw_client.h b/src/cls/rgw/cls_rgw_client.h index 08b2452baeed..977a35041104 100644 --- a/src/cls/rgw/cls_rgw_client.h +++ b/src/cls/rgw/cls_rgw_client.h @@ -9,6 +9,7 @@ #include "cls_rgw_ops.h" #include "cls_rgw_const.h" #include "common/RefCountedObj.h" +#include "common/strtol.h" #include "include/compat.h" #include "common/ceph_time.h" #include "common/ceph_mutex.h" diff --git a/src/test/cls_rgw/test_cls_rgw.cc b/src/test/cls_rgw/test_cls_rgw.cc index e92a19b1681b..d447395a2467 100644 --- a/src/test/cls_rgw/test_cls_rgw.cc +++ b/src/test/cls_rgw/test_cls_rgw.cc @@ -8,6 +8,7 @@ #include "gtest/gtest.h" #include "test/librados/test_cxx.h" #include "global/global_context.h" +#include "common/ceph_context.h" #include #include