diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-01-23 17:31:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-01-23 17:31:08 (GMT) |
commit | 5c692ee247bb79eacc71350524d60a19dac80903 (patch) | |
tree | 414cfe3fcb9e0d3f19243418a91aaee0fbe809ff /Source/cmDepends.cxx | |
parent | 6d65b482794ddf396471a6b878415bbb84e46f0c (diff) | |
download | CMake-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.cxx | 3 |
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), |