[Cmake-commits] [cmake-commits] david.cole committed cmCPackComponentGroup.h 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jul 9 16:30:55 EDT 2008


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

Modified Files:
	cmCPackComponentGroup.h 
Log Message:
COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h


Index: cmCPackComponentGroup.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackComponentGroup.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** cmCPackComponentGroup.h	9 Jul 2008 17:38:55 -0000	1.3
--- cmCPackComponentGroup.h	9 Jul 2008 20:30:53 -0000	1.4
***************
*** 19,25 ****
  #define cmCPackComponentGroup_h
  
! #include <map>
! #include <string>
! #include <vector>
  
  class cmCPackComponentGroup;
--- 19,23 ----
  #define cmCPackComponentGroup_h
  
! #include "cmStandardIncludes.h"
  
  class cmCPackComponentGroup;



More information about the Cmake-commits mailing list