Closed deadlywing closed 1 year ago
I also had this issue. I didn't have time to check exactly why this was happening, or if it had to do with my C++ version, but simply adding #include <mutex>
after #include <shared_mutex>
in the extern/SEAL/native/src/seal/util/locks.h
seemed to fix the issue. Hope it helps someone.
I follow the instructions from readme of SCI:
cmake -DCMAKE_INSTALL_PREFIX=./install ..
And I get: