We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build of HDRMerge crash when compiling TiffDirectory.cpp because #include <cstdint> is missing in TiffDirectory.hpp.
TiffDirectory.cpp
#include <cstdint>
TiffDirectory.hpp
The text was updated successfully, but these errors were encountered:
Fix build crash due to missing include
3c76bc9
(see issue jcelaya#226)
Maybe someone with merge privilege could push that button for PR #221 please ?
Sorry, something went wrong.
No branches or pull requests
The build of HDRMerge crash when compiling
TiffDirectory.cpp
because#include <cstdint>
is missing inTiffDirectory.hpp
.The text was updated successfully, but these errors were encountered: