mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user