]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/driver/rados: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 22 Apr 2025 10:03:20 +0000 (12:03 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Tue, 5 Aug 2025 08:28:00 +0000 (10:28 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/rgw/driver/rados/rgw_cr_rados.h

index b3b0218222945827bbba77cf2a4ee1eef617ee90..e18a1515c6508d4b217abd7b88eff2c9d103d262 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <boost/intrusive_ptr.hpp>
 #include "include/ceph_assert.h"
+#include "include/timegm.h" // for internal_timegm()
 #include "rgw_coroutine.h"
 #include "rgw_sal.h"
 #include "rgw_sal_rados.h"