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
Αυτή η υποβολή περιλαμβάνεται σε:
Roy, Rakesh
2025-07-04 18:50:23 +05:30
υποβλήθηκε από GitHub
γονέας e7616c3aad
υποβολή 30e239d1b7
@@ -38,6 +38,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <sqlite3.h>
#include <algorithm>
namespace rocpd
{