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:
committed by
GitHub
parent
ff43893902
commit
c746ba6d31
@@ -40,6 +40,8 @@
|
||||
#include <sqlite3.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace rocpd
|
||||
{
|
||||
namespace interop
|
||||
|
||||
Reference in New Issue
Block a user