Minor build/include fixes for google3 roll.

Change-Id: I2f9ba7f98acdf9441d80d3a1169b36bee44a2e0e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/108545
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Loko Kung <lokokung@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Loko Kung 2022-11-04 01:44:43 +00:00 committed by Dawn LUCI CQ
parent e8cd0beb74
commit a4314fabb4
3 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define SRC_TINT_OVERRIDE_ID_H_ #define SRC_TINT_OVERRIDE_ID_H_
#include <stdint.h> #include <stdint.h>
#include <functional>
namespace tint { namespace tint {

View File

@ -17,6 +17,8 @@
#include <cstddef> #include <cstddef>
#include "dawn/native/Error.h"
namespace dawn::native::stream { namespace dawn::native::stream {
// Interface for a deserialization source. // Interface for a deserialization source.

View File

@ -15,6 +15,8 @@
#ifndef SRC_DAWN_UTILS_TESTUTILS_H_ #ifndef SRC_DAWN_UTILS_TESTUTILS_H_
#define SRC_DAWN_UTILS_TESTUTILS_H_ #define SRC_DAWN_UTILS_TESTUTILS_H_
#include <ostream>
#include "dawn/webgpu_cpp.h" #include "dawn/webgpu_cpp.h"
namespace utils { namespace utils {