Include <algorithm> in .pb_text.cc generated files
The generated code depends on this header for `std::stable_sort()`. Until now we've been lucky that this header is included indirectly on the platforms for which we build. Fixes #19323.
Loading
Please sign in to comment