summaryrefslogtreecommitdiff
path: root/Source/cm_static_string_view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cm_static_string_view.hxx')
-rw-r--r--Source/cm_static_string_view.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cm_static_string_view.hxx b/Source/cm_static_string_view.hxx
index 1bef0c68b..708ac9579 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.hxx"
-
#include <cstddef>
+#include <cm/string_view>
+
namespace cm {
/** A string_view that only binds to static storage.