summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerator.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 15:38:59 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-09-21 16:11:00 (GMT)
commit59ad7a1c243022284f8475e0bebbe1864ee23928 (patch)
treee18411eb48077bc54128e29394474bce7a913c5b /Source/cmQtAutoGenerator.cxx
parentedf67dd039f40a4222e41cc15a197cb6395bf885 (diff)
downloadCMake-59ad7a1c243022284f8475e0bebbe1864ee23928.zip
CMake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.gz
CMake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.bz2
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/cmQtAutoGenerator.cxx')
-rw-r--r--Source/cmQtAutoGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerator.cxx b/Source/cmQtAutoGenerator.cxx
index 568926e..e5c7bda 100644
--- a/Source/cmQtAutoGenerator.cxx
+++ b/Source/cmQtAutoGenerator.cxx
@@ -9,6 +9,7 @@
#include "cmQtAutoGen.h"
#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
+#include "cmValue.h"
cmQtAutoGenerator::Logger::Logger()
{