[cmake-commits] king committed cmComputeLinkDepends.cxx 1.8 1.9
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Feb 7 16:24:56 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv32003/Source
Modified Files:
cmComputeLinkDepends.cxx
Log Message:
COMP: Add missing assert include.
Index: cmComputeLinkDepends.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmComputeLinkDepends.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cmComputeLinkDepends.cxx 7 Feb 2008 21:14:05 -0000 1.8
+++ cmComputeLinkDepends.cxx 7 Feb 2008 21:24:54 -0000 1.9
@@ -24,6 +24,8 @@
#include <cmsys/stl/algorithm>
+#include <assert.h>
+
/*
This file computes an ordered list of link items to use when linking a
More information about the Cmake-commits
mailing list