Skip to content

Commit 99b9595

Browse files
jrpricedawn-scoped@luci-project-accounts.iam.gserviceaccount.com
authored andcommitted
[tint] Add missing include
The vec() builder creates a type::Vector which needs to match against its parent class when passed to CreateAddCarryResult. Change-Id: Ie70934a73ceacb9b92ab403148cf23fb2777e340 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/311015 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
1 parent 092efa3 commit 99b9595

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tint/lang/spirv/intrinsic/type_matchers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "src/tint/lang/core/type/builtin_structs.h"
3434
#include "src/tint/lang/core/type/manager.h"
3535
#include "src/tint/lang/core/type/struct.h"
36+
#include "src/tint/lang/core/type/vector.h"
3637
#include "src/tint/lang/spirv/type/literal.h"
3738
#include "src/tint/lang/spirv/type/sampled_image.h"
3839

0 commit comments

Comments
 (0)