wgtmac commented on code in PR #889: URL: https://github.com/apache/iceberg-cpp/pull/889#discussion_r3793435071
########## src/iceberg/arrow/s3/s3_properties.h: ########## @@ -22,6 +22,8 @@ /// \file iceberg/arrow/s3/s3_properties.h /// \brief Define S3 configuration property keys. +#include <algorithm> +#include <array> #include <string_view> Review Comment: std::ranges::contains is declared in `<algorithm>`, which this header already includes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
