diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-02-15 21:34:44 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-21 08:24:25 -0500 |
commit | 9eb0e73f461f168fb036c304de13d7501edf6d12 (patch) | |
tree | 4e606a1e7892217516616add51b7db914caa3147 /Source/cmInstallCommandArguments.cxx | |
parent | 7574e16096abe57d44cde4e6380a22d940cde98c (diff) | |
download | cmake-9eb0e73f461f168fb036c304de13d7501edf6d12.tar.gz |
cmRange: Move to dedicated header file
Diffstat (limited to 'Source/cmInstallCommandArguments.cxx')
-rw-r--r-- | Source/cmInstallCommandArguments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallCommandArguments.cxx b/Source/cmInstallCommandArguments.cxx index 647c786e2b..c64bd8a64d 100644 --- a/Source/cmInstallCommandArguments.cxx +++ b/Source/cmInstallCommandArguments.cxx @@ -2,7 +2,7 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmInstallCommandArguments.h" -#include "cmAlgorithms.h" +#include "cmRange.h" #include "cmSystemTools.h" #include <utility> |