Add extra includes required for Boost 1.75 and later. Taken from upstram: https://github.com/ceph/ceph/commit/ebf3a0398f18eab67d2ba25e6a10b41ff140f6a4 diff --git a/src/rgw/rgw_string.h b/src/rgw/rgw_string.h index 257daa9c1fe6e..90e64f98a2587 100644 --- a/src/rgw/rgw_string.h +++ b/src/rgw/rgw_string.h @@ -8,5 +8,7 @@ #include #include #include +#include +#include #include lass='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
AgeCommit message (Expand)Author
2020-06-24nix: Tweak .gitignore files....Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files. Christopher Baines