blob: 3b01546212f8a4070632fbc02624e4452e96331f (
plain) (
tree)
|
|
diff --git a/third_party/dawn/src/dawn_wire/ChunkedCommandSerializer.h b/third_party/dawn/src/dawn_wire/ChunkedCommandSerializer.h
index cef4ebba4..db28b87e2 100644
--- a/third_party/dawn/src/dawn_wire/ChunkedCommandSerializer.h
+++ b/third_party/dawn/src/dawn_wire/ChunkedCommandSerializer.h
@@ -21,6 +21,7 @@
#include <algorithm>
#include <cstring>
+#include <memory>
namespace dawn_wire {
|