From f71f7ce3f06a08ecf04ebc646537ab9de583cdc2 Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Mon, 29 Jul 2019 12:16:40 +0200 Subject: cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h This adds the `cmStringAlgorithms.h` header and moves all string functions from `cmAlgorithms.h` to `cmStringAlgorithms.h`. --- Source/cmTargetPropertyComputer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmTargetPropertyComputer.cxx') diff --git a/Source/cmTargetPropertyComputer.cxx b/Source/cmTargetPropertyComputer.cxx index eac300f70b..baab8da0ad 100644 --- a/Source/cmTargetPropertyComputer.cxx +++ b/Source/cmTargetPropertyComputer.cxx @@ -11,6 +11,7 @@ #include "cmMessenger.h" #include "cmPolicies.h" #include "cmStateSnapshot.h" +#include "cmStringAlgorithms.h" bool cmTargetPropertyComputer::HandleLocationPropertyPolicy( std::string const& tgtName, cmMessenger* messenger, -- cgit v1.2.1