mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
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:
parent
ec18f9683c
commit
392b4a95c6
@ -17,6 +17,8 @@
|
||||
#include "common/Assert.h"
|
||||
#include "dawn_native/NullBackend.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace utils {
|
||||
|
||||
class NullBinding : public BackendBinding {
|
||||
|
Loading…
x
Reference in New Issue
Block a user