diff options
Diffstat (limited to 'Utilities/std/cm/bits/string_view.cxx')
-rw-r--r-- | Utilities/std/cm/bits/string_view.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/std/cm/bits/string_view.cxx b/Utilities/std/cm/bits/string_view.cxx index 3b283da..e345fd3 100644 --- a/Utilities/std/cm/bits/string_view.cxx +++ b/Utilities/std/cm/bits/string_view.cxx @@ -5,12 +5,12 @@ #ifndef CMake_HAVE_CXX_STRING_VIEW -# include "cm_kwiml.h" - # include <algorithm> # include <ostream> # include <stdexcept> +# include "cm_kwiml.h" + namespace cm { string_view::const_reference string_view::at(size_type pos) const |