Merge pull request #111347 from Ivorforce/no-algorithm

Add `max()` to `Span`, replacing `<algorithm>` include from `rendering_device_commons.h`
This commit is contained in:
Thaddeus Crews
2025-10-07 17:15:09 -05:00
4 changed files with 17 additions and 3 deletions

View File

@ -56,6 +56,7 @@
#import "rendering_shader_container_metal.h"
#import <os/signpost.h>
#import <algorithm>
// We have to undefine these macros because they are defined in NSObjCRuntime.h.
#undef MIN