You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
inblobify/load.hpp
.The text was updated successfully, but these errors were encountered: