Missing header for VS1029 (for commit 8c58491d)

This recently broke in VS2019 (weak_ptr and shared_ptr aren't included).

Change-Id: I88edffa3e965c02d0db83e2efd0977cf86c96800
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38023
Commit-Queue: Carl Woffenden <cwoffenden@gmail.com>
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Carl Woffenden 2021-01-15 18:44:19 +00:00 committed by Commit Bot service account
parent 8268dc3e43
commit 1c84a6b160
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "dawn_wire/client/ObjectBase.h"
#include <map>
#include <memory>
namespace dawn_wire { namespace client {