Add max() to Span.
Remove `<algorithm>` include from `rendering_device_commons.h`, using `Span` instead.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user