[cmake-commits] king committed cmLocalGenerator.cxx 1.191 1.192

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 7 15:30:32 EST 2007


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
COMP: Add missing include for assert.


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- cmLocalGenerator.cxx	7 Mar 2007 20:15:46 -0000	1.191
+++ cmLocalGenerator.cxx	7 Mar 2007 20:30:30 -0000	1.192
@@ -32,6 +32,8 @@
 
 #include <ctype.h> // for isalpha
 
+#include <assert.h>
+
 cmLocalGenerator::cmLocalGenerator()
 {
   this->Makefile = new cmMakefile;



More information about the Cmake-commits mailing list