mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-12-21 21:09:49 +01: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…
Reference in a new issue