summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-23 17:31:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-23 17:31:08 (GMT)
commit5c692ee247bb79eacc71350524d60a19dac80903 (patch)
tree414cfe3fcb9e0d3f19243418a91aaee0fbe809ff /Source/cmDepends.cxx
parent6d65b482794ddf396471a6b878415bbb84e46f0c (diff)
downloadCMake-5c692ee247bb79eacc71350524d60a19dac80903.zip
CMake-5c692ee247bb79eacc71350524d60a19dac80903.tar.gz
CMake-5c692ee247bb79eacc71350524d60a19dac80903.tar.bz2
ENH: correct include for memcpy
Diffstat (limited to 'Source/cmDepends.cxx')
-rw-r--r--Source/cmDepends.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx
index 068c451..42666a4 100644
--- a/Source/cmDepends.cxx
+++ b/Source/cmDepends.cxx
@@ -19,8 +19,7 @@
#include "cmGeneratedFileStream.h"
#include "cmSystemTools.h"
#include "cmFileTimeComparison.h"
-
-#include <assert.h>
+#include <string.h>
//----------------------------------------------------------------------------
cmDepends::cmDepends(): m_Verbose(false), m_FileComparison(0),