diff options
author | Brad King <brad.king@kitware.com> | 2008-02-05 00:00:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-05 00:00:33 (GMT) |
commit | efec4f1cd6ff157c40a989b95956349dab876e10 (patch) | |
tree | 9f5582a4393ce375b2ee9280e7d3fef2f41b748c /Source/cmInstallTargetGenerator.cxx | |
parent | 8401c5ba065f9c66bfd1c495762001c6dacd5d9c (diff) | |
download | CMake-efec4f1cd6ff157c40a989b95956349dab876e10.zip CMake-efec4f1cd6ff157c40a989b95956349dab876e10.tar.gz CMake-efec4f1cd6ff157c40a989b95956349dab876e10.tar.bz2 |
COMP: Add missing include for assert.
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r-- | Source/cmInstallTargetGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index c1fcfb6..c1aa413 100644 --- a/Source/cmInstallTargetGenerator.cxx +++ b/Source/cmInstallTargetGenerator.cxx @@ -22,6 +22,8 @@ #include "cmMakefile.h" #include "cmake.h" +#include <assert.h> + //---------------------------------------------------------------------------- cmInstallTargetGenerator ::cmInstallTargetGenerator(cmTarget& t, const char* dest, bool implib, |