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

Include cstdint for uint16_t #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Include cstdint for uint16_t #305

wants to merge 1 commit into from

Conversation

skitt
Copy link
Contributor

@skitt skitt commented Jun 25, 2023

Starting with GCC 13, cstdint is included by fewer headers and needs to be explicitly included in help.h, so that uint16_t is defined. See https://gcc.gnu.org/gcc-13/porting_to.html for details.

Starting with GCC 13, cstdint is included by fewer headers and needs
to be explicitly included in help.h, so that uint16_t is defined. See
https://gcc.gnu.org/gcc-13/porting_to.html for details.

Signed-off-by: Stephen Kitt <steve@sk2.org>
@c99zealot c99zealot mentioned this pull request Aug 28, 2023
@frostworx
Copy link

thx for the patch, @skitt
please merge this simple (but important) fix, @MatMoul

@kendofriendo
Copy link

Thank you Skitt. You saved my eyes.

@schuellerf
Copy link

I had to add this locally too, to get it compiling/working in fedora 38

@dioni21
Copy link
Contributor

dioni21 commented May 6, 2024

Already reported at #302

@frostworx
Copy link

you might be interested in https://github.com/zocker-160/keyboard-center in combination with openrgb (https://openrgb-wiki.readthedocs.io/en/latest/Logitech-Keyboards/)

(unsubscribing here)

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

5 participants