Fix missing include for std::unique_ptr in NullBinding.cpp

Bug: dawn:92
Change-Id: I9e179bfc7afb92c42d4111676a1c852d6eeae5cb
Reviewed-on: https://dawn-review.googlesource.com/c/3920
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Raul Tambre 2019-01-12 17:13:45 +00:00 committed by Commit Bot service account
parent ec18f9683c
commit 392b4a95c6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include "common/Assert.h"
#include "dawn_native/NullBackend.h"
#include <memory>
namespace utils {
class NullBinding : public BackendBinding {