dolphin
dolphin copied to clipboard
add missing include to fix build with gcc14
without this header file compiler complains about reverse not being a member of std.
I just noticed the PR with update from upstream (#319), after that it is possible that this PR is obsolete.
#319 appears stalled out, and this simple patch fixed compilation for me. I would consider merging it.