Fix build with -DDISABLE_PARCHECK=yes by adding missing include#514
Merged
dnzbk merged 2 commits intonzbgetcom:developfrom Feb 25, 2025
Merged
Fix build with -DDISABLE_PARCHECK=yes by adding missing include#514dnzbk merged 2 commits intonzbgetcom:developfrom
dnzbk merged 2 commits intonzbgetcom:developfrom
Conversation
Otherwise, the build fails with "error: ‘setfill’ is not a member of ‘std’".
Contributor
Author
|
Hi @dnzbk, would you please consider adding a |
Collaborator
I'll definitely consider this option. Thank you for the fix! |
dnzbk
approved these changes
Feb 25, 2025
Merged
dnzbk
added a commit
that referenced
this pull request
Mar 6, 2025
## Description
- Bug fixes:
- Renaming of the temporary `*.out.tmp` output file to its original filename
- Improved deobfuscation of `[PRiVATE]-...` groups [#516](#516)
- Build with `-DDISABLE_PARCHECK=yes` [#514](#514)
- Installed Python on Windows could not be found, despite being accessible in the console [#515](#515)
- For developers:
- Added more test workflows
- OpenBSD build/tests
- FreeBSD tests
- Linux build/tests with disabled parcheck
- macOS brew install from head (develop branch only) [#519](#519)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Otherwise, the build fails with
error: ‘setfill’ is not a member of ‘std’.Description
Fixes the build when
-DDISABLE_PARCHECK=yesis used.Lib changes
N/A
Testing
Built nzbget and ran
ctest.