You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/01/25 20:04:24 UTC

cvs commit: ws-axis/c/src/soap/xsd/constraints WhiteSpace.hpp

dicka       2005/01/25 11:04:24

  Modified:    c/src/soap/xsd/constraints WhiteSpace.hpp
  Log:
  Missing include file on Unix.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.6       +1 -0      ws-axis/c/src/soap/xsd/constraints/WhiteSpace.hpp
  
  Index: WhiteSpace.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/xsd/constraints/WhiteSpace.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WhiteSpace.hpp	25 Jan 2005 16:42:00 -0000	1.5
  +++ WhiteSpace.hpp	25 Jan 2005 19:04:24 -0000	1.6
  @@ -22,6 +22,7 @@
   #define _WHITESPACE_HPP____OF_AXIS_INCLUDED_
   
   #include "IConstrainingFacet.hpp"
  +#include <cctype>
   
   AXIS_CPP_NAMESPACE_START