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:
parent
110bc7918f
commit
ab8eb2d6ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue