diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-18 09:02:44 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-19 17:10:59 (GMT) |
commit | 062432a6bc1f334f17200a88a04d3c8e02a4fd94 (patch) | |
tree | 8304c27c4d72b82ccc4faccfe313ae51c3ea3ece /Source/cmGetPropertyCommand.cxx | |
parent | 96c38493849f05724ec5c2b2e0152c5c86c3b5b0 (diff) | |
download | CMake-062432a6bc1f334f17200a88a04d3c8e02a4fd94.zip CMake-062432a6bc1f334f17200a88a04d3c8e02a4fd94.tar.gz CMake-062432a6bc1f334f17200a88a04d3c8e02a4fd94.tar.bz2 |
cmCurlSetCAInfo: use std::string as argument
Diffstat (limited to 'Source/cmGetPropertyCommand.cxx')
-rw-r--r-- | Source/cmGetPropertyCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx index 4b380c0..c976dda 100644 --- a/Source/cmGetPropertyCommand.cxx +++ b/Source/cmGetPropertyCommand.cxx @@ -2,6 +2,8 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmGetPropertyCommand.h" +#include <cstddef> + #include "cmExecutionStatus.h" #include "cmGlobalGenerator.h" #include "cmInstalledFile.h" |