Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include: add missing modules.hh import to shard_id.hh
The seastar/core/shard_id.hh header does not import other headers, but it requires SEASTAR_MODULE_EXPORT_BEGIN and SEASTAR_MODULE_EXPORT_END macros which are defined in seastar/util/modules.hh. Make the header self-contained by adding the missing import.
- Loading branch information