Import 2017-06-07 23:51:09: master 3b6813a8

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-11-18 11:54:12 master abf96d33
Changeset

COMP: vtkMRMLColorLogic: Fix windows build error related to isspace

Since the function "std::isspace" is declared in <local>, but <local>
library is not found in VS2008 STL, this commit includes "ctype.h" where
isspace() function is declared.

This commit fixes the following error:

42>45>..........\Slicer-1\Libs\MRML\Logic\vtkMRMLColorLogic.cxx(1453) : error C2039: 'isspace' : is not a member of 'std'

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24750 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Logic/vtkMRMLColorLogic.cxx Diff File