diff options
author | Brad King <brad.king@kitware.com> | 2008-02-07 21:24:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-07 21:24:54 (GMT) |
commit | 544c263f48348c6dbdc8735a586f5db3e352b6c4 (patch) | |
tree | b54ddb8b201e1440f7512772c4828d46b5fc0a2e /Source/cmComputeLinkDepends.cxx | |
parent | d4ffc0d3b927267ed16065b71d02f7d32c357d13 (diff) | |
download | CMake-544c263f48348c6dbdc8735a586f5db3e352b6c4.zip CMake-544c263f48348c6dbdc8735a586f5db3e352b6c4.tar.gz CMake-544c263f48348c6dbdc8735a586f5db3e352b6c4.tar.bz2 |
COMP: Add missing assert include.
Diffstat (limited to 'Source/cmComputeLinkDepends.cxx')
-rw-r--r-- | Source/cmComputeLinkDepends.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmComputeLinkDepends.cxx b/Source/cmComputeLinkDepends.cxx index 30f43f8..4ca590b 100644 --- a/Source/cmComputeLinkDepends.cxx +++ b/Source/cmComputeLinkDepends.cxx @@ -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 |