dbertoni    00/05/11 12:02:19

  Modified:    c/src/PlatformSupport StdBinInputStream.hpp
  Log:
  Added conditional compile option for platforms missing the file iosfwd.
  
  Revision  Changes    Path
  1.2       +4 -0      xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp
  
  Index: StdBinInputStream.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/StdBinInputStream.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StdBinInputStream.hpp     2000/04/25 19:47:16     1.1
  +++ StdBinInputStream.hpp     2000/05/11 19:02:19     1.2
  @@ -68,7 +68,11 @@
   
   
   
  +#if defined(XALAN_NO_IOSFWD)
  +#include <istream>
  +#else
   #include <iosfwd>
  +#endif
   
   
   
  
  
  

Reply via email to