You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/08/28 15:56:43 UTC

cvs commit: xml-xalan/c/samples/CompileStylesheet CompileStylesheet.cpp

auriemma    00/08/28 06:56:42

  Modified:    c/samples/CompileStylesheet CompileStylesheet.cpp
  Log:
  Made some minor changes to support UNIX platforms.
  
  Revision  Changes    Path
  1.8       +3 -1      xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp
  
  Index: CompileStylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/CompileStylesheet/CompileStylesheet.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CompileStylesheet.cpp	2000/08/10 19:14:00	1.7
  +++ CompileStylesheet.cpp	2000/08/28 13:56:38	1.8
  @@ -1,3 +1,6 @@
  +// Base header file.  Must be first.
  +#include <Include/PlatformDefinitions.hpp>
  +
   #include <cassert>
   #include <fstream>
   #include <iostream>
  @@ -36,7 +39,6 @@
   	using std::cerr;
   	using std::endl;
   	using std::ifstream;
  -	using std::ios_base;
   	using std::ostrstream;
   	using std::string;
   #endif