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

src/3rd_party/faiss/utils/misc.h doesn't compile on Cygwin, include <cstdint> #388

Open
polkovnikov opened this issue Jun 4, 2022 · 0 comments
Labels

Comments

@polkovnikov
Copy link

Bug description

As a part of another project marian doesn't compile in Windows Cygwin's GCC when file src/3rd_party/faiss/utils/misc.h is included.

This file needs #include <cstdint>, because int64_t is used inside of it.

Probably Linux version of GCC by default includes this <cstdint> hence you didn't notice.

@polkovnikov polkovnikov added the bug label Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant