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:
parent
e8cd0beb74
commit
a4314fabb4
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue