mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-05 04:17:58 +02:00
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
This commit is contained in:
parent
058830668e
commit
d12b4a7fba
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
#include <thread>
|
||||
|
||||
class CPam : public IAuthImplementation {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue