auriemma 00/11/30 13:09:45
Modified: c/src/TestXPath TestXPath.cpp Log: HP port based on work from Trevor Smigiel and Troy Heber. Revision Changes Path 1.25 +7 -0 xml-xalan/c/src/TestXPath/TestXPath.cpp Index: TestXPath.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- TestXPath.cpp 2000/11/27 21:39:55 1.24 +++ TestXPath.cpp 2000/11/30 21:09:42 1.25 @@ -62,7 +62,14 @@ #include <cstdio> #include <ctime> #include <vector> + + + +#if defined(XALAN_OLD_STREAM_HEADERS) +#include <iostream.h> +#else #include <iostream> +#endif
