16a0675047
Without the change build fails on gcc-12 as:
ImageLOL.inl: In member function 'ImageLOL::u64 ImageLOL::ImageLOLWriter::write(const T&)':
ImageLOL.inl:16:30: error: 'reverse_copy' is not a member of 'std'
16 | std::reverse_copy(begin, end, std::begin(bytes));
| ^~~~~~~~~~~~
Full build log: https://hydra.nixos.org/log/iph14caknll41zd90a4dn1jbafzzfj67-imagelol-0.2.drv
ZHF: #230712