[Cmake-commits] [cmake-commits] david.cole committed cpack.cxx 1.43 1.44

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Apr 18 10:55:07 EDT 2008


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv17168

Modified Files:
	cpack.cxx 
Log Message:
COMP: auto_ptr will not compile without including memory on some platforms


Index: cpack.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cpack.cxx,v
retrieving revision 1.43
retrieving revision 1.44
diff -C 2 -d -r1.43 -r1.44
*** cpack.cxx	17 Apr 2008 16:06:20 -0000	1.43
--- cpack.cxx	18 Apr 2008 14:55:04 -0000	1.44
***************
*** 30,33 ****
--- 30,34 ----
  
  #include <cmsys/CommandLineArguments.hxx>
+ #include <memory> // auto_ptr
  
  //----------------------------------------------------------------------------



More information about the Cmake-commits mailing list