Skip to content
Snippets Groups Projects
Commit 0604025f authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Fix build errors.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175753 13f79535-47bb-0310-9956-ffa450edef68
parent 8cebbf0c
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.2 2004/02/12 13:58:58 cargilld
* Fix build errors.
*
* Revision 1.1 2004/02/11 20:53:05 peiyongz * Revision 1.1 2004/02/11 20:53:05 peiyongz
* SCMPrint * SCMPrint
* *
...@@ -76,8 +79,10 @@ ...@@ -76,8 +79,10 @@
#include <xercesc/framework/psvi/XSParticle.hpp> #include <xercesc/framework/psvi/XSParticle.hpp>
#include <xercesc/framework/psvi/XSModelGroup.hpp> #include <xercesc/framework/psvi/XSModelGroup.hpp>
#if defined(XERCES_NEW_IOSTREAMS) #if defined(XERCES_NEW_IOSTREAMS)
#include <iostream>
#include <fstream> #include <fstream>
#else #else
#include <iostream.h>
#include <fstream.h> #include <fstream.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment