Skip to content

Conversation

@droberts195
Copy link

Our two ARM macOS build servers have somehow ended up running different versions of Xcode - one is running version 12 and the other version 13.

There have been changes to the C++ standard library between these versions that reveal a technical violation that we were previously getting away with: CDataFrameRowSlice.cc uses file streams without including the necessary header. Previously it must have been indirectly included. This PR includes it explicitly.

Backport of #2563

Our two ARM macOS build servers have somehow ended up running
different versions of Xcode - one is running version 12 and the
other version 13.

There have been changes to the C++ standard library between
these versions that reveal a technical violation that we
were previously getting away with: CDataFrameRowSlice.cc uses
file streams without including the necessary header. Previously
it must have been indirectly included. This PR includes it
explicitly.

Backport of elastic#2563
@droberts195
Copy link
Author

Java integration test failure is because the Elasticsearch version bump is out-of-sync with ML. Merging anyway.

@droberts195 droberts195 merged commit c95a729 into elastic:7.17 Sep 5, 2023
@droberts195 droberts195 deleted the add_extra_header_717 branch September 5, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant