commit | fe221ac0899a4e49484dc18d77dfb0ccb3252304 | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Wed Oct 30 00:19:43 2019 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Oct 30 00:19:43 2019 +0000 |
tree | 7926815b7cae97e3778efed3f23ea5b560f2c8b4 | |
parent | 3debb26a9e2dd278af9465d939a650bdb3eb9f2e [diff] [blame] |
Add another missing #include. Change-Id: I5a34f78e0387d249185a9f3e24c7fd77a40c5a9b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12841 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
diff --git a/src/dawn_native/ResourceHeapAllocator.h b/src/dawn_native/ResourceHeapAllocator.h index 30aa9b7..1b0fd62 100644 --- a/src/dawn_native/ResourceHeapAllocator.h +++ b/src/dawn_native/ResourceHeapAllocator.h
@@ -18,6 +18,8 @@ #include "dawn_native/Error.h" #include "dawn_native/ResourceHeap.h" +#include <memory> + namespace dawn_native { // Interface for backend allocators that create memory heaps resoruces can be suballocated in.