-
Notifications
You must be signed in to change notification settings - Fork 89
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
add int64_t definition for Windows #1572
Conversation
@ManasviGoyal - could you please test that it works for you. Thanks |
Hi @ianna. I have already made a PR for this issue. Please refer - #1571 |
Codecov Report
|
Yes, I guess we got our wires crossed :-) |
Okay sure. Yes it works. But I don't think we need too include it in all the files. Only adding it in Also, please cherry pick the 2nd comment from my PR. I have fixed the builder names to make them uniform throughout the tests. |
all the files need it because they use
I think, this one can be a part of your documentation PR. I'm sure there will be more fixes. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely an improvement. Windows is demonstrating the fact that we were relying on stdint.h without asking for it (we got it implicitly through one of the other imports).
This can be (squash-and-) merged whenever you feel you're done with it!
No description provided.