File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727#include < cstdint>
2828#include < stdexcept>
29+ #include < utility>
2930
3031namespace ww898 {
3132namespace utf {
Original file line number Diff line number Diff line change 2626
2727#include < cstdint>
2828#include < stdexcept>
29+ #include < utility>
2930
3031namespace ww898 {
3132namespace utf {
Original file line number Diff line number Diff line change 2626
2727#include < cstdint>
2828#include < stdexcept>
29+ #include < utility>
2930
3031namespace ww898 {
3132namespace utf {
Original file line number Diff line number Diff line change 2424
2525#pragma once
2626
27+ #include < cstdint>
28+
2729// Normally `__cpp_lib_string_view` should be defined in string header
2830#include < string>
2931
Original file line number Diff line number Diff line change 2828#include < ww898/utf_config.hpp>
2929
3030#include < cstdint>
31+ #include < stdexcept>
32+ #include < utility>
33+ #include < type_traits>
3134#include < iterator>
3235#include < string>
3336
Original file line number Diff line number Diff line change 2828#include < ww898/utf_config.hpp>
2929
3030#include < cstddef>
31+ #include < stdexcept>
32+ #include < type_traits>
3133#include < iterator>
3234#include < string>
3335
You can’t perform that action at this time.
0 commit comments