mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
COMP: Add missing include for assert.
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
#include <ctype.h> // for isalpha
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
cmLocalGenerator::cmLocalGenerator()
|
||||
{
|
||||
this->Makefile = new cmMakefile;
|
||||
|
||||
Reference in New Issue
Block a user