[msl-writer] Add missing include.
Need the algorithm include to build on Windows. Bug: tint:7 Change-Id: I5691c9e30c762271c767934921fe925120a67e01 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/24522 Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
928f59ca46
commit
723c5b4889
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
#include "src/writer/msl/namer.h"
|
#include "src/writer/msl/namer.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace tint {
|
namespace tint {
|
||||||
namespace writer {
|
namespace writer {
|
||||||
namespace msl {
|
namespace msl {
|
||||||
|
|
Loading…
Reference in New Issue