]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/cohort_lru: Include needed standard headers
authorAdam Emerson <aemerson@redhat.com>
Wed, 8 May 2024 21:13:39 +0000 (17:13 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Apr 2025 15:10:12 +0000 (11:10 -0400)
So we don't get compilation errors as what other things include shifts around.

Signed-off-by: Adam Emerson <aemerson@redhat.com>
src/common/cohort_lru.h

index 86ced8d183c71eb4308ebe171b12e14b44a31149..b192448816b7c610c5a273b5535c93a49ce22576 100644 (file)
 #ifndef COHORT_LRU_H
 #define COHORT_LRU_H
 
+#include <algorithm>
+#include <atomic>
+#include <cstdint>
+#include <functional>
+#include <mutex>
+
 #include <boost/intrusive/list.hpp>
 #include <boost/intrusive/slist.hpp>
 #include <cstdint>