From 275a95c1dc64638ef4eddc8df8eab66efa516bea Mon Sep 17 00:00:00 2001 From: nihui Date: Sun, 17 May 2020 20:59:20 +0000 Subject: [PATCH] Fix missing headers with libstdc++ (GCC 10.1) Bug: None Change-Id: I772bfbc6639162a51906e4f76685d89c2d34ef5f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21880 Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez --- src/dawn_native/BindGroupLayout.cpp | 1 + src/dawn_wire/client/ObjectAllocator.h | 1 + src/utils/WGPUHelpers.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/dawn_native/BindGroupLayout.cpp b/src/dawn_native/BindGroupLayout.cpp index 8fb923a2ff..0426e30b46 100644 --- a/src/dawn_native/BindGroupLayout.cpp +++ b/src/dawn_native/BindGroupLayout.cpp @@ -19,6 +19,7 @@ #include "dawn_native/Device.h" #include "dawn_native/ValidationUtils_autogen.h" +#include #include #include diff --git a/src/dawn_wire/client/ObjectAllocator.h b/src/dawn_wire/client/ObjectAllocator.h index 19a312209c..215b9f4a32 100644 --- a/src/dawn_wire/client/ObjectAllocator.h +++ b/src/dawn_wire/client/ObjectAllocator.h @@ -18,6 +18,7 @@ #include "common/Assert.h" #include "common/Compiler.h" +#include #include #include diff --git a/src/utils/WGPUHelpers.cpp b/src/utils/WGPUHelpers.cpp index 0d9b1f93fa..5b016b0d61 100644 --- a/src/utils/WGPUHelpers.cpp +++ b/src/utils/WGPUHelpers.cpp @@ -22,6 +22,7 @@ #include #include +#include #include namespace utils {