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

Fix windows build due to missing header #5249

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Conversation

danpat
Copy link
Member

@danpat danpat commented Oct 27, 2018

A little while ago, I added a fast IEEE754 renderer to speed up JSON serialization, particularly for large table requests where lots of decimal numbers need to get written to a string.

That change broke the Windows builds - on Windows, the msinttypes/stdlib.h header was needed, but it wasn't in the search path.

This PR modifies the IEEE754 renderer to use the msinttypes/stdlib.h file that's already included with RapidJSON, so things compile on Windows again.

@danpat danpat force-pushed the danpat_fix_windows_1 branch from 00e5e05 to 777c93e Compare October 27, 2018 07:04
@danpat danpat merged commit 594a45e into master Oct 29, 2018
@danpaz danpaz mentioned this pull request Oct 30, 2018
6 tasks
@DennisOSRM DennisOSRM deleted the danpat_fix_windows_1 branch November 6, 2022 14:11
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.

1 participant