Commit cfbd06a
committed
impl(testing_util): include algorithm header
`google/cloud/testing_util/command_line_parsing.cc` appears to use
`std::transform` without including `<algorithm>`. We encountered this
in Nixpkgs; you can see some example build logs at the bottom of
https://hydra.nixos.org/build/323365915/log. I'm not *quite* sure of the
root cause of this error appearing now (it may be related to GCC 15),
but I believe this is nonetheless a correct change.1 parent 702c057 commit cfbd06a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments