You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2003/05/15 21:10:23 UTC

cvs commit: xml-xerces/c/src/xercesc/util/regx RangeTokenMap.cpp

knoaman     2003/05/15 12:10:23

  Modified:    c/src/xercesc/util/regx RangeTokenMap.cpp
  Log:
  Add missing include.
  
  Revision  Changes    Path
  1.4       +4 -0      xml-xerces/c/src/xercesc/util/regx/RangeTokenMap.cpp
  
  Index: RangeTokenMap.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/regx/RangeTokenMap.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RangeTokenMap.cpp	4 Mar 2003 21:11:12 -0000	1.3
  +++ RangeTokenMap.cpp	15 May 2003 19:10:23 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.4  2003/05/15 19:10:23  knoaman
  + * Add missing include.
  + *
    * Revision 1.3  2003/03/04 21:11:12  knoaman
    * [Bug 17516] Thread safety problems in ../util/ and ../util/regx.
    *
  @@ -105,6 +108,7 @@
   #include <xercesc/util/PlatformUtils.hpp>
   #include <xercesc/util/XMLExceptMsgs.hpp>
   #include <xercesc/util/XMLRegisterCleanup.hpp>
  +#include <xercesc/util/StringPool.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org