Bugfix for OpenEXR 2.1.0 exrmultipart.cpp with VC10
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, after building IlmBase 2.1.0 by creating the VS2010 project files with CMake and building it I had CMake build the OpenEXR 2.1.0 solution files for VS2010. Compilation worked nearly perfect except for exrmultipart.cpp where the error message was: "isdigit is not part of std". The fix is simple, after adding #include <cctype> in the header, compilation succeeded. Cheers weaker _______________________________________________ Openexr-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/openexr-devel