Add missing include for MSVC

std::replace used in WireHelper is in <algorithm>

TBR=enga@chromium.org
Bug: dawn:602
Change-Id: Id618a19e72d5b54701c913470d0f584ce0fa2bec
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39501
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-01-29 12:50:36 +00:00 committed by Commit Bot service account
parent bf1c0cf523
commit 0859e6b1d2
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "dawn_wire/WireServer.h"
#include "utils/TerribleCommandBuffer.h"
#include <algorithm>
#include <fstream>
#include <iomanip>
#include <set>