diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-09-06 22:58:06 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-16 10:11:13 -0400 |
commit | f30523d090b343c7eff3083b8f12e3dcd4755cba (patch) | |
tree | 0b75fe27f34c5487d32413b6521f2ef83bf66c2d /Source/cmFileCopier.cxx | |
parent | 9602bcfc62d50d7bb302b02ae3b1f9afe941bae7 (diff) | |
download | cmake-f30523d090b343c7eff3083b8f12e3dcd4755cba.tar.gz |
clang-tidy: modernize-deprecated-headers
Diffstat (limited to 'Source/cmFileCopier.cxx')
-rw-r--r-- | Source/cmFileCopier.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCopier.cxx b/Source/cmFileCopier.cxx index e00e72620d..5b9c85a24a 100644 --- a/Source/cmFileCopier.cxx +++ b/Source/cmFileCopier.cxx @@ -16,8 +16,8 @@ # include "cmsys/FStream.hxx" #endif +#include <cstring> #include <sstream> -#include <string.h> using namespace cmFSPermissions; |