|
From: | weaker |
Subject: | [Openexr-devel] Bugfix for OpenEXR 2.1.0 exrmultipart.cpp with VC10 |
Date: | Thu, 13 Mar 2014 10:12:15 +0100 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |