diff --git a/src/dawn_native/ResourceHeapAllocator.h b/src/dawn_native/ResourceHeapAllocator.h index 30aa9b7eaa..1b0fd621de 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 + namespace dawn_native { // Interface for backend allocators that create memory heaps resoruces can be suballocated in.