-
Notifications
You must be signed in to change notification settings - Fork 2.7k
stdint.h Is Not Included #537
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
Comments
Pull request #538 is submitted |
I think we would use |
I suggest to keep it as-is since it builds on both old and newer compilers. On Tue, Sep 27, 2016, 18:04 Christopher Dunn [email protected]
|
Well, we have |
Uh oh!
There was an error while loading. Please reload this page.
On 1.7.6, looks like config.h trying to use int64_t but does not include stdint.h on Linux.
Details:
include/json/config.h:155 'int64_t' does not name a type
The text was updated successfully, but these errors were encountered: