dbertoni    00/05/11 12:06:45

  Modified:    c/src/XSLT StylesheetExecutionContext.hpp
  Log:
  Conditional compilation for platforms which do not supply iosfwd.
  
  Revision  Changes    Path
  1.12      +6 -1      xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp
  
  Index: StylesheetExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- StylesheetExecutionContext.hpp    2000/05/08 17:29:35     1.11
  +++ StylesheetExecutionContext.hpp    2000/05/11 19:06:44     1.12
  @@ -65,8 +65,13 @@
   #include <XSLT/XSLTDefinitions.hpp>
   
   
  -
  +#define XALAN_NO_IOSFWD
  +#if defined(XALAN_NO_IOSFWD)
  +#include <ostream>
  +#else
   #include <iosfwd>
  +#endif
  +
   #include <memory>
   
   
  
  
  

Reply via email to