PR merged https://github.com/rakshasa/rtorrent/pull/1967.patch add missing headers for libcxx-23 --- a/src/setup.h +++ b/src/setup.h @@ -3,6 +3,7 @@ #include #include +#include int parse_main_options(int argc, char** argv); void parse_config_file(int argc, char** argv, std::function parse_fn);