diff options
Diffstat (limited to 'Source/cmSubcommandTable.h')
-rw-r--r-- | Source/cmSubcommandTable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSubcommandTable.h b/Source/cmSubcommandTable.h index 21342bb..6e39a1f 100644 --- a/Source/cmSubcommandTable.h +++ b/Source/cmSubcommandTable.h @@ -6,7 +6,8 @@ #include "cmConfigure.h" // IWYU pragma: keep #include "cm_static_string_view.hxx" -#include "cm_string_view.hxx" + +#include <cm/string_view> #include <initializer_list> #include <string> |