]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cls/rgw: add missing header dependency
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 13 Aug 2019 17:48:40 +0000 (10:48 -0700)
committerKefu Chai <tchaikov@gmail.com>
Mon, 16 Sep 2019 11:52:36 +0000 (19:52 +0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/cls/rgw/cls_rgw_client.h
src/test/cls_rgw/test_cls_rgw.cc

index 08b2452baeedc2b3c2152468b9650a13d78c1055..977a350411045eea2a2ce2f8b134a7bf574b78ce 100644 (file)
@@ -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"
index e92a19b1681bc932cb6ee0b77ed96f934f89cd5f..d447395a246764e9df7b6b1237d49f783dd4fd9d 100644 (file)
@@ -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 <errno.h>
 #include <string>