Fix find_if build error for RHEL10 (#499)

overriding Jonathan's final approval ( as it is a long weekend in US/NA)
adding algorithm header to recognize stdlib's find_if looks fine
This commit is contained in:
Roy, Rakesh
2025-07-04 18:50:23 +05:30
committed by GitHub
parent e7616c3aad
commit 30e239d1b7
@@ -38,6 +38,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <sqlite3.h>
#include <algorithm>
namespace rocpd
{