summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-07-30 14:03:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-30 14:04:40 (GMT)
commit89dc04af1d55a343a44e7c2de4bb92a101dd6138 (patch)
treecca1cc420cf20f0e3036e8cd461f43730bc17377 /Source/cmMakefile.h
parentf799ff43d564fd185e56b3213616da10eb92c11c (diff)
parentf71f7ce3f06a08ecf04ebc646537ab9de583cdc2 (diff)
downloadCMake-89dc04af1d55a343a44e7c2de4bb92a101dd6138.zip
CMake-89dc04af1d55a343a44e7c2de4bb92a101dd6138.tar.gz
CMake-89dc04af1d55a343a44e7c2de4bb92a101dd6138.tar.bz2
Merge topic 'cmStringAlgorithms'
f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3618
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 73ef0e2..dc196ac 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -27,6 +27,7 @@
#include "cmSourceFileLocationKind.h"
#include "cmStateSnapshot.h"
#include "cmStateTypes.h"
+#include "cmStringAlgorithms.h"
#include "cmTarget.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)