travisdowns commented on PR #3906: URL: https://github.com/apache/avro/pull/3906#issuecomment-5122534363
Closing this: I withdrew it because my rationale was wrong. I assumed the clang-23 libc++ transitive-include pruning broke this on `main`, but it does not. `main`'s `avro/Node.hh` already includes `<vector>` directly, so `Node.cc` compiles fine here. The breakage I actually hit is in an older 1.12.0-based tree whose `Node.hh` lacks that include, which is a problem on our side, not upstream's. Sorry for the noise. -- 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]
