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>
This commit is contained in:
Stephen White 2019-10-30 00:19:43 +00:00 committed by Commit Bot service account
parent 3debb26a9e
commit fe221ac089
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include "dawn_native/Error.h" #include "dawn_native/Error.h"
#include "dawn_native/ResourceHeap.h" #include "dawn_native/ResourceHeap.h"
#include <memory>
namespace dawn_native { namespace dawn_native {
// Interface for backend allocators that create memory heaps resoruces can be suballocated in. // Interface for backend allocators that create memory heaps resoruces can be suballocated in.