COMP: Add missing include for assert.
This commit is contained in:
parent
fc19882e8f
commit
c841258170
@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include <ctype.h> // for isalpha
|
#include <ctype.h> // for isalpha
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
cmLocalGenerator::cmLocalGenerator()
|
cmLocalGenerator::cmLocalGenerator()
|
||||||
{
|
{
|
||||||
this->Makefile = new cmMakefile;
|
this->Makefile = new cmMakefile;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user