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:
@@ -38,6 +38,7 @@
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <pybind11/pytypes.h>
|
||||
#include <sqlite3.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace rocpd
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user