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 droberts195 merged commit 33b7474 into elastic:8.10 Sep 5, 2023
@droberts195 droberts195 deleted the add_extra_header_810 branch September 5, 2023 20:20
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