COMP: Add missing include for assert.
This commit is contained in:
parent
8401c5ba06
commit
efec4f1cd6
|
@ -22,6 +22,8 @@
|
|||
#include "cmMakefile.h"
|
||||
#include "cmake.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
cmInstallTargetGenerator
|
||||
::cmInstallTargetGenerator(cmTarget& t, const char* dest, bool implib,
|
||||
|
|
Loading…
Reference in New Issue