浏览代码

COMP: Add missing include for assert.

Brad King 17 年之前
父节点
当前提交
efec4f1cd6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/cmInstallTargetGenerator.cxx

+ 2 - 0
Source/cmInstallTargetGenerator.cxx

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