summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 17:38:59 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 18:11:00 +0200
commit59ad7a1c243022284f8475e0bebbe1864ee23928 (patch)
treee18411eb48077bc54128e29394474bce7a913c5b /Source/cmOutputConverter.cxx
parentedf67dd039f40a4222e41cc15a197cb6395bf885 (diff)
downloadcmake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.gz
Move helpers functions from cmStringAlgorithms.h to cmValue.h
Helpers functions related to cmValue semantic are now part of cmValue.h header.
Diffstat (limited to 'Source/cmOutputConverter.cxx')
-rw-r--r--Source/cmOutputConverter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx
index 840fdb9ecf..bda2fe5c2a 100644
--- a/Source/cmOutputConverter.cxx
+++ b/Source/cmOutputConverter.cxx
@@ -12,6 +12,7 @@
#include "cmStateDirectory.h"
#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
+#include "cmValue.h"
namespace {
bool PathEqOrSubDir(std::string const& a, std::string const& b)