]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/msg/Policy: explicitly include <map> for std::map usage
authorAishwarya Mathuria <amathuri@redhat.com>
Thu, 6 Nov 2025 11:34:48 +0000 (11:34 +0000)
committerAishwarya Mathuria <amathuri@redhat.com>
Tue, 11 Nov 2025 17:27:58 +0000 (17:27 +0000)
commita5e894143812e7f0d20b87a41bfc30de38073b15
tree53f81973760922f9d8f839222a6e832c581a17e8
parent8a7ce72fb5fd144eb73930bf8b71b63160f05099
src/msg/Policy: explicitly include <map> for std::map usage

The Seastar update brought in a newer toolchain, which stopped pulling in <map> indirectly through other headers.
That exposed missing includes in Policy.h, where std::map was used but <map> wasn’t explicitly included.

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/msg/Policy.h