[Cmake-commits] [cmake-commits] hoffman committed cmProcess.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 3 13:55:39 EDT 2008


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv9840

Modified Files:
	cmProcess.h 
Log Message:
ENH: fix for old hp compiler


Index: cmProcess.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmProcess.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cmProcess.h	3 Jul 2008 13:49:49 -0000	1.1
--- cmProcess.h	3 Jul 2008 17:55:36 -0000	1.2
***************
*** 18,25 ****
  #define cmProcess_h
  
! #include <set>
! #include <map>
! #include <string>
! #include <vector>
  #include <cmsys/Process.h>
  
--- 18,23 ----
  #define cmProcess_h
  
! 
! #include "cmStandardIncludes.h"
  #include <cmsys/Process.h>
  



More information about the Cmake-commits mailing list