diff options
Diffstat (limited to 'Source/cmCMakePath.cxx')
-rw-r--r-- | Source/cmCMakePath.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCMakePath.cxx b/Source/cmCMakePath.cxx index 73321c6..5080f58 100644 --- a/Source/cmCMakePath.cxx +++ b/Source/cmCMakePath.cxx @@ -15,6 +15,8 @@ #include <cm/string_view> #if defined(_WIN32) +# include <cmext/string_view> + # include "cmStringAlgorithms.h" #endif |