Skip to content

Commit 4626cd3

Browse files
committed
Adding ranges-backport.h header to install
1 parent 8aa40f6 commit 4626cd3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
### Fixed
9+
- Previously missing header `impl/util/ranges-backport.h` added to CMake install
10+
811
## [3.12] - 2026-06-19
912

1013
### Changed

lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ set(UTIL_FILES
6666
${SRCDIR}/inc/sys_string/impl/util/char_vector.h
6767
${SRCDIR}/inc/sys_string/impl/util/generic_impl.h
6868
${SRCDIR}/inc/sys_string/impl/util/iter_util.h
69+
${SRCDIR}/inc/sys_string/impl/util/ranges-backport.h
6970

7071
)
7172
source_group("Utils" FILES ${UTIL_FILES})

0 commit comments

Comments
 (0)