summaryrefslogtreecommitdiffstats
path: root/Utilities/std/cm/string_view
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/std/cm/string_view')
-rw-r--r--Utilities/std/cm/string_view2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/std/cm/string_view b/Utilities/std/cm/string_view
index 9542bac..35cf5d9 100644
--- a/Utilities/std/cm/string_view
+++ b/Utilities/std/cm/string_view
@@ -9,6 +9,8 @@
# define CMake_HAVE_CXX_STRING_VIEW
#endif
+#include <cm/bits/container_helpers.hxx> // IWYU pragma: export
+
#ifdef CMake_HAVE_CXX_STRING_VIEW
# include <string_view> // IWYU pragma: export
namespace cm {