Skip to content

fix: add missing cstdlib header in cli_args.cpp (community branch)#8091

Merged
nirinchev merged 2 commits intocommunityfrom
ni/cstdlib-fix
Dec 16, 2025
Merged

fix: add missing cstdlib header in cli_args.cpp (community branch)#8091
nirinchev merged 2 commits intocommunityfrom
ni/cstdlib-fix

Conversation

@nirinchev
Copy link
Member

Cherry picks #8089 into the community branch

Add missing #include <cstdlib> header to provide declaration for std::strtol function used on line 67. This fixes compilation issues in some environments where the function declaration was not available.

This closes #8088

(cherry picked from commit 86733dc)
@nirinchev nirinchev requested a review from tgoyne December 16, 2025 15:15
@nirinchev nirinchev changed the title Remove ability to synchronize (#7991) Cherry picks #8089 into the community branch Dec 16, 2025
@nirinchev nirinchev changed the title Cherry picks #8089 into the community branch Cherry pick #8089 into the community branch Dec 16, 2025
@nirinchev nirinchev changed the title Cherry pick #8089 into the community branch fix: add missing cstdlib header in cli_args.cpp (community branch) Dec 16, 2025
@cla-bot cla-bot bot added the cla: yes label Dec 16, 2025
@nirinchev nirinchev merged commit 86cb064 into community Dec 16, 2025
40 of 43 checks passed
@nirinchev nirinchev deleted the ni/cstdlib-fix branch December 16, 2025 17:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments