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 {