diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-29 12:16:40 +0200 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-29 21:13:56 +0200 |
commit | f71f7ce3f06a08ecf04ebc646537ab9de583cdc2 (patch) | |
tree | 36a567cd144827ed943b9c7119276a85d0f841b7 /Source/cmQtAutoMocUic.cxx | |
parent | f6df9c2565ed00ec6f57c32a36dd451c60917f97 (diff) | |
download | cmake-f71f7ce3f06a08ecf04ebc646537ab9de583cdc2.tar.gz |
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`.
Diffstat (limited to 'Source/cmQtAutoMocUic.cxx')
-rw-r--r-- | Source/cmQtAutoMocUic.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoMocUic.cxx b/Source/cmQtAutoMocUic.cxx index 44d2db0d91..2aefe8f6d2 100644 --- a/Source/cmQtAutoMocUic.cxx +++ b/Source/cmQtAutoMocUic.cxx @@ -16,6 +16,7 @@ #include "cmGeneratedFileStream.h" #include "cmMakefile.h" #include "cmQtAutoGen.h" +#include "cmStringAlgorithms.h" #include "cmSystemTools.h" #include "cmake.h" #include "cmsys/FStream.hxx" |