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

[ROCm/rocprofiler-sdk commit: 30e239d1b7]
Этот коммит содержится в:
Roy, Rakesh
2025-07-04 18:50:23 +05:30
коммит произвёл GitHub
родитель d5ca98baed
Коммит 05b674651c
+1
Просмотреть файл
@@ -38,6 +38,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <sqlite3.h>
#include <algorithm>
namespace rocpd
{