Add algorithm include.
This CL adds the algorithm include to, hopefully, satisfy the MSVC build. Change-Id: Ic0a8a9dfeffe7a02d94d748dbb2813ac576b5371 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30660 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
1917dc27c2
commit
e9c99e93e7
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
#include "dawn_wire/ChunkedCommandHandler.h"
|
#include "dawn_wire/ChunkedCommandHandler.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace dawn_wire {
|
namespace dawn_wire {
|
||||||
|
|
||||||
ChunkedCommandHandler::~ChunkedCommandHandler() = default;
|
ChunkedCommandHandler::~ChunkedCommandHandler() = default;
|
||||||
|
|
Loading…
Reference in New Issue