From 544c263f48348c6dbdc8735a586f5db3e352b6c4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 7 Feb 2008 16:24:54 -0500 Subject: [PATCH] COMP: Add missing assert include. --- Source/cmComputeLinkDepends.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmComputeLinkDepends.cxx b/Source/cmComputeLinkDepends.cxx index 30f43f869..4ca590baf 100644 --- a/Source/cmComputeLinkDepends.cxx +++ b/Source/cmComputeLinkDepends.cxx @@ -24,6 +24,8 @@ #include +#include + /* This file computes an ordered list of link items to use when linking a