Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCC 13: Added workaround for termcolor bug (missing include) #1228

Merged
merged 1 commit into from Oct 26, 2023

Conversation

FlorianReimold
Copy link
Member

Description

Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72

Related issues

  • None

Cherry-pick to

  • 5.11 (old stable)
  • 5.12 (current stable)

Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
@FlorianReimold FlorianReimold changed the title Added workaround for termcolor bug (missing include) GCC 13: Added workaround for termcolor bug (missing include) Oct 26, 2023
@FlorianReimold
Copy link
Member Author

I just compiled this branch locally on Ubuntu 23.10 to confirm that it compiles successfully now.

@FlorianReimold FlorianReimold merged commit ab06e28 into master Oct 26, 2023
14 checks passed
FlorianReimold added a commit that referenced this pull request Oct 26, 2023
Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
FlorianReimold added a commit that referenced this pull request Oct 26, 2023
Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
FlorianReimold added a commit that referenced this pull request Oct 27, 2023
Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
FlorianReimold added a commit that referenced this pull request Oct 27, 2023
Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
@FlorianReimold FlorianReimold deleted the hotfix/termcolor_gcc13_workaround branch November 8, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants