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

Fixed compilation error MSVC 19.16.27039.0 32 bit #81

Merged

Conversation

vlasovsoft1979
Copy link
Contributor

I came across compilation error with MSVC 19.16.27039.0 32 bit.
It seems that we need to #include <stddef.h> to provide size_t on some MSVC compilers.

Copy link
Owner

@michaelrsweet michaelrsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea, although <sys/types.h> should be including it, too?

@michaelrsweet michaelrsweet self-assigned this Dec 8, 2024
@michaelrsweet michaelrsweet added bug Something isn't working priority-low labels Dec 8, 2024
@michaelrsweet michaelrsweet added this to the Stable milestone Dec 8, 2024
@michaelrsweet michaelrsweet merged commit 91a467e into michaelrsweet:master Dec 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants