neilg       2004/06/23 15:19:35

  Modified:    c/src/xercesc/util RefArrayOf.hpp
  Log:
  fix for compilation under gcc 3.5
  
  Revision  Changes    Path
  1.7       +5 -1      xml-xerces/c/src/xercesc/util/RefArrayOf.hpp
  
  Index: RefArrayOf.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/RefArrayOf.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RefArrayOf.hpp    29 Jan 2004 11:48:46 -0000      1.6
  +++ RefArrayOf.hpp    23 Jun 2004 22:19:35 -0000      1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.7  2004/06/23 22:19:35  neilg
  + * fix for compilation under gcc 3.5
  + *
    * Revision 1.6  2004/01/29 11:48:46  cargilld
    * Code cleanup changes to get rid of various compiler diagnostic messages.
    *
  @@ -101,6 +104,7 @@
   #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
   #include <xercesc/util/IllegalArgumentException.hpp>
   #include <xercesc/util/XMLEnumerator.hpp>
  +#include <xercesc/framework/MemoryManager.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to