microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.62k stars 709 forks source link

add #include <mutex> #580

Closed tseng0201 closed 1 year ago

tseng0201 commented 2 years ago

Compile error when build Tenseal 0.3.0. Problem: TenSEAL-0.3.0/build/temp.linux-aarch64-cpython-38/_deps/com_microsoft_seal-src/native/src/seal/util/locks.h:10:1: note: std::unique_lock’ is defined in header ‘’; did you forget to ‘#include ’?