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

cannot compile bmp.cpp on vs2019 #10

Open
Centauria opened this issue Apr 8, 2022 · 0 comments
Open

cannot compile bmp.cpp on vs2019 #10

Centauria opened this issue Apr 8, 2022 · 0 comments

Comments

@Centauria
Copy link

When building using Visual Studio 2019, it bumps into errors. The first one is
[build] blobify/load.hpp(74,1): error C3861: “minmax_element”: identifier not found [examples\example-bmp.vcxproj]

I solved it by adding #include <algorithm> in blobify/load.hpp.

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

No branches or pull requests

1 participant