[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:
dan sinclair 2020-07-08 17:17:46 +00:00 committed by dan sinclair
parent 928f59ca46
commit 723c5b4889
1 changed files with 2 additions and 0 deletions

View File

@ -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 {