IWYU: Include <cm/string_view> instead of <string_view>

This was missed during review of commit e531e7420d (Reduce string copies
by using View function alternatives, 2026-01-25, v4.3.0-rc1~63^2~4).
This commit is contained in:
Brad King
2026-03-03 16:24:14 -05:00
parent 2defff58e2
commit 79610a2e75
+1 -3
View File
@@ -5,9 +5,7 @@
#include <sstream>
#include <utility>
#if __cplusplus >= 201703L || defined(_MSVC_LANG) && _MSVC_LANG >= 201703L
# include <string_view> // To fix IWYU warning
#endif
#include <cm/string_view>
#include "cmMakefile.h"
#include "cmStringAlgorithms.h"