Fix missing include for unique_ptr in BackendConnection.h

Bug: dawn:84
Change-Id: I8a878c02fdee777e6a7aeb7fabde8ffbf8eafb0e
Reviewed-on: https://dawn-review.googlesource.com/c/3740
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Raul Tambre 2019-01-07 09:34:20 +00:00 committed by Commit Bot service account
parent 110bc7918f
commit ab8eb2d6ed
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include "dawn_native/Adapter.h"
#include "dawn_native/DawnNative.h"
#include <memory>
namespace dawn_native {
// An common interface for all backends. Mostly used to create adapters for a particular