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>
