Fix compilation in MSVC that was missing a <utility> include
BUG= Change-Id: I3090fec89bb9dd39d28997cb58943643e8c7ed6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12182 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
b6acae6d35
commit
ba9e1ff86f
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include "dawn_native/d3d12/ResourceHeapAllocationD3D12.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
namespace dawn_native { namespace d3d12 {
|
||||
ResourceHeapAllocation::ResourceHeapAllocation(const AllocationInfo& info,
|
||||
uint64_t offset,
|
||||
|
|
Loading…
Reference in New Issue