Skip to content

Commit

Permalink
add missing includes for the build with use_libcxx_modules
Browse files Browse the repository at this point in the history
This is to fix build error when we set use_libcxx_modules=true in
chromium build.

Bug: 40263312
Change-Id: I7b233e2e6fec4ea986e6bf8d5288a292f0520208
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219135
Auto-Submit: Takuto Ikuta <[email protected]>
Commit-Queue: David Neto <[email protected]>
Reviewed-by: David Neto <[email protected]>
  • Loading branch information
atetubou authored and Dawn LUCI CQ committed Dec 20, 2024
1 parent 1e6f8e2 commit 08d1d5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dawn/tests/end2end/EventTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <webgpu/webgpu.h>

#include <atomic>
#include <chrono>
#include <cstdint>
#include <utility>
#include <vector>
Expand Down
2 changes: 2 additions & 0 deletions src/tint/lang/spirv/writer/common/output.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#ifndef SRC_TINT_LANG_SPIRV_WRITER_COMMON_OUTPUT_H_
#define SRC_TINT_LANG_SPIRV_WRITER_COMMON_OUTPUT_H_

#include <stddef.h>

#include <cstdint>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/tint/utils/memory/bump_allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <array>
#include <cstddef>
#include <cstring>
#include <new>
#include <utility>

#include "src/tint/utils/macros/compiler.h"
Expand Down

0 comments on commit 08d1d5b

Please sign in to comment.