commit | cd6422ffc51fb8e02fc85c6972d9c3d4046fc6cd | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Sep 20 16:52:50 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 16:52:50 2023 +0000 |
tree | 65f23c220e7366c21eac2d0ac9ed1488b93669c0 | |
parent | 4dcbddaee8328d6cc50b65d25871a4baf5d7bafb [diff] |
[tint] Add missing include for type::Manager usage Needed for platforms that build headers in isolation. Change-Id: I0f3adee3c5a88c31f6ecfd9affeec40e0ad89f41 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/152561 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
diff --git a/src/tint/lang/spirv/intrinsic/data/type_matchers.h b/src/tint/lang/spirv/intrinsic/data/type_matchers.h index 56f57fd..9840ab8 100644 --- a/src/tint/lang/spirv/intrinsic/data/type_matchers.h +++ b/src/tint/lang/spirv/intrinsic/data/type_matchers.h
@@ -17,6 +17,7 @@ #include "src/tint/lang/core/intrinsic/table.h" #include "src/tint/lang/core/type/array.h" +#include "src/tint/lang/core/type/manager.h" #include "src/tint/lang/core/type/struct.h" #include "src/tint/lang/spirv/type/sampled_image.h"