[cmake-commits] alex committed cmExternalMakefileProjectGenerator.h 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 13 12:52:32 EDT 2007


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

Modified Files:
	cmExternalMakefileProjectGenerator.h 
Log Message:

COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
should fix the build problem on AIX

Alex


Index: cmExternalMakefileProjectGenerator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExternalMakefileProjectGenerator.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmExternalMakefileProjectGenerator.h	8 Jun 2007 16:42:29 -0000	1.2
+++ cmExternalMakefileProjectGenerator.h	13 Jun 2007 16:52:29 -0000	1.3
@@ -17,8 +17,7 @@
 #ifndef cmExternalMakefileProjectGenerator_h
 #define cmExternalMakefileProjectGenerator_h
 
-#include <vector>
-#include <string>
+#include "cmStandardIncludes.h"
 
 #include "cmDocumentation.h"
 



More information about the Cmake-commits mailing list