summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-05 00:00:33 (GMT)
committerBrad King <brad.king@kitware.com>2008-02-05 00:00:33 (GMT)
commitefec4f1cd6ff157c40a989b95956349dab876e10 (patch)
tree9f5582a4393ce375b2ee9280e7d3fef2f41b748c /Source/cmInstallTargetGenerator.cxx
parent8401c5ba065f9c66bfd1c495762001c6dacd5d9c (diff)
downloadCMake-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.cxx2
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,