Skip to content

Commit 6248829

Browse files
v1.35.2: fix MSVC Doctor build (which_vix forward decl + include cleanup) (#323)
1 parent 1412916 commit 6248829

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010
## [Unreleased]
11+
## v1.35.2
12+
13+
### Fixed
14+
- CLI (Doctor): Fix MSVC build failure (`which_vix` not declared on Windows).
15+
- Removed duplicate `<vix/utils/Env.hpp>` include.
16+
- Added missing `<cstdio>` include for `_popen` / `popen` usage.
17+
- Minor MSVC compatibility adjustments.
18+
19+
### Notes
20+
This is a patch release focused on Windows/MSVC build stability.
21+
No runtime behavior changes.
22+
1123
## [v1.35.1] - 2026-02-14
1224

1325
### Fixed

modules/cli

0 commit comments

Comments
 (0)