COMP: Add missing include for assert.

This commit is contained in:
Brad King 2008-02-04 19:00:33 -05:00
parent 8401c5ba06
commit efec4f1cd6
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "cmMakefile.h" #include "cmMakefile.h"
#include "cmake.h" #include "cmake.h"
#include <assert.h>
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
cmInstallTargetGenerator cmInstallTargetGenerator
::cmInstallTargetGenerator(cmTarget& t, const char* dest, bool implib, ::cmInstallTargetGenerator(cmTarget& t, const char* dest, bool implib,