diff options
Diffstat (limited to 'Source/cm_static_string_view.hxx')
-rw-r--r-- | Source/cm_static_string_view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cm_static_string_view.hxx b/Source/cm_static_string_view.hxx index 8351cd7..708ac95 100644 --- a/Source/cm_static_string_view.hxx +++ b/Source/cm_static_string_view.hxx @@ -5,10 +5,10 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include <cm/string_view> - #include <cstddef> +#include <cm/string_view> + namespace cm { /** A string_view that only binds to static storage. |