summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 559482f..46266ac 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -32,6 +32,8 @@
#include <ctype.h> // for isalpha
+#include <assert.h>
+
cmLocalGenerator::cmLocalGenerator()
{
this->Makefile = new cmMakefile;