hyprlock/src/auth
Jan Beich d12b4a7fba
pam: add missing header for libc++ after a4b0562749 (#589)
In file included from src/auth/Auth.cpp:2:
src/auth/Pam.hpp:43:5: error: no type named 'thread' in namespace 'std'; did you mean 'pthread'?
   43 |     std::thread           m_thread;
      |     ^~~~~~~~~~~
      |     pthread
2024-12-18 20:10:01 +01:00
..
Auth.cpp auth: add an interface for different authentication methods (#578) 2024-12-16 19:58:36 +01:00
Auth.hpp auth: add an interface for different authentication methods (#578) 2024-12-16 19:58:36 +01:00
Fingerprint.cpp auth: add an interface for different authentication methods (#578) 2024-12-16 19:58:36 +01:00
Fingerprint.hpp auth: add an interface for different authentication methods (#578) 2024-12-16 19:58:36 +01:00
Pam.cpp auth: add an interface for different authentication methods (#578) 2024-12-16 19:58:36 +01:00
Pam.hpp pam: add missing header for libc++ after a4b0562749 (#589) 2024-12-18 20:10:01 +01:00