From a4314fabb471f491688b7275327cd31481d3bad7 Mon Sep 17 00:00:00 2001 From: Loko Kung Date: Fri, 4 Nov 2022 01:44:43 +0000 Subject: [PATCH] Minor build/include fixes for google3 roll. Change-Id: I2f9ba7f98acdf9441d80d3a1169b36bee44a2e0e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108545 Kokoro: Kokoro Commit-Queue: Loko Kung Reviewed-by: Austin Eng --- include/tint/override_id.h | 1 + src/dawn/native/stream/Source.h | 2 ++ src/dawn/utils/TestUtils.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/include/tint/override_id.h b/include/tint/override_id.h index 957673de19..05e56a7d5b 100644 --- a/include/tint/override_id.h +++ b/include/tint/override_id.h @@ -16,6 +16,7 @@ #define SRC_TINT_OVERRIDE_ID_H_ #include +#include namespace tint { diff --git a/src/dawn/native/stream/Source.h b/src/dawn/native/stream/Source.h index c7b19d092c..11d7e1faaf 100644 --- a/src/dawn/native/stream/Source.h +++ b/src/dawn/native/stream/Source.h @@ -17,6 +17,8 @@ #include +#include "dawn/native/Error.h" + namespace dawn::native::stream { // Interface for a deserialization source. diff --git a/src/dawn/utils/TestUtils.h b/src/dawn/utils/TestUtils.h index fa7865d900..5c359b75b7 100644 --- a/src/dawn/utils/TestUtils.h +++ b/src/dawn/utils/TestUtils.h @@ -15,6 +15,8 @@ #ifndef SRC_DAWN_UTILS_TESTUTILS_H_ #define SRC_DAWN_UTILS_TESTUTILS_H_ +#include + #include "dawn/webgpu_cpp.h" namespace utils {