dbertoni    01/01/28 18:35:39

  Modified:    c/src/XPath XPathExpression.cpp
  Log:
  Fixed header file problem.
  
  Revision  Changes    Path
  1.25      +1 -1      xml-xalan/c/src/XPath/XPathExpression.cpp
  
  Index: XPathExpression.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- XPathExpression.cpp       2001/01/26 22:31:58     1.24
  +++ XPathExpression.cpp       2001/01/29 02:35:39     1.25
  @@ -65,7 +65,7 @@
   
   
   #if defined(XALAN_OLD_STREAM_HEADERS)
  -#include <ostream.h>
  +#include <iostream.h>
   #include <strstream.h>
   #else
   #include <ostream>
  
  
  

Reply via email to