You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/06/01 19:41:03 UTC

cvs commit: xml-xalan/c/src/PlatformSupport AttributeListImpl.cpp

dbertoni    00/06/01 10:41:02

  Modified:    c/src/PlatformSupport AttributeListImpl.cpp
  Log:
  Tweak for Linux build.
  
  Revision  Changes    Path
  1.7       +1 -0      xml-xalan/c/src/PlatformSupport/AttributeListImpl.cpp
  
  Index: AttributeListImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributeListImpl.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AttributeListImpl.cpp	2000/05/29 22:30:09	1.6
  +++ AttributeListImpl.cpp	2000/06/01 17:41:01	1.7
  @@ -61,6 +61,7 @@
   
   #include <algorithm>
   #include <cassert>
  +#include <memory>