-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: include required header files
before this change, when building with C++20 modules enabled, some symbols are not accessible, when compiling source files like src/core/resource.cc if some features are enabled using macros like SEASTAR_HAVE_HWLOC and SEASTAR_HAVE_URING. in this change, we include the missing headers or move the include precessor directives, so that the .cc files can have access to the used declaration of the used symbols. please note, this change not only enables us to build C++20 modules with SEASTAR_HAVE_HWLOC and/or SEASTAR_HAVE_URING defined, it is also necessary also from the correctness point of view. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters