[all-commits] [llvm/llvm-project] cb3bc5: [mlir] Fix build breakage on some systems
Jeff Niu via All-commits
all-commits at lists.llvm.org
Wed Jul 10 19:44:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb3bc5be9c20d893adf94cdf436092657ab5ab40
https://github.com/llvm/llvm-project/commit/cb3bc5be9c20d893adf94cdf436092657ab5ab40
Author: Mogball <jeff at modular.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M mlir/include/mlir/IR/DialectInterface.h
Log Message:
-----------
[mlir] Fix build breakage on some systems
Some includes were shuffled around in LLVM support headers, causing
`<vector>` to no longer be included in certain files. Depending on the
system stdlib, the header might not transitively get included. Adding
`<vector>` to `DialectInterface.h` fixes a build breakage on some
systems
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list