Skip to content

Add necessary <limits> include when CSV_IO_NO_THREAD is defined. #127

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

Merged

Conversation

5061726b6572
Copy link
Contributor

If CSV_IO_NO_THREAD is defined the limits header is not indirectly included.

Tested with:

#define CSV_IO_NO_THREAD
#include "csv.h"

int main() { return 0; }

@ben-strasser ben-strasser merged commit 5a41797 into ben-strasser:master Nov 3, 2021
@ben-strasser
Copy link
Owner

thanks :)

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.

2 participants