Skip to content

Commit ce24f23

Browse files
authored
Merge pull request ceph#60079 from yuvalif/wip-yuval-gcc-14-test-posix
test/rgw/posix: missing std include with GCC 14
2 parents cb9d94a + ee16b09 commit ce24f23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/common/cohort_lru.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
#include <boost/intrusive/list.hpp>
1717
#include <boost/intrusive/slist.hpp>
18+
#include <cstdint>
19+
#include <atomic>
20+
#include <mutex>
21+
#include <algorithm>
22+
#include <functional>
23+
#include <vector>
1824

1925
#ifdef __CEPH__
2026
# include "include/ceph_assert.h"

0 commit comments

Comments
 (0)