summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeDirectoryCommand.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/cmIncludeDirectoryCommand.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/cmIncludeDirectoryCommand.cxx')
-rw-r--r--Source/cmIncludeDirectoryCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIncludeDirectoryCommand.cxx b/Source/cmIncludeDirectoryCommand.cxx
index b408f72..23427a1 100644
--- a/Source/cmIncludeDirectoryCommand.cxx
+++ b/Source/cmIncludeDirectoryCommand.cxx
@@ -13,6 +13,7 @@
#include "cmMakefile.h"
#include "cmStringAlgorithms.h"
#include "cmSystemTools.h"
+#include "cmValue.h"
static void GetIncludes(cmMakefile& mf, const std::string& arg,
std::vector<std::string>& incs);