Fix compilation with libc++ (#148)

`interop.cpp` uses `std::find_if` without a relevant include file, breaking compilation with Clang/libc++.

Co-authored-by: Sv. Lockal <lockalsash@gmail.com>
This commit is contained in:
systems-assistant[bot]
2025-08-19 08:42:03 -07:00
committed by GitHub
parent ff43893902
commit c746ba6d31
@@ -40,6 +40,8 @@
#include <sqlite3.h>
#include <algorithm>
#include <algorithm>
namespace rocpd
{
namespace interop