mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
core: fix missing headers (#18)
This commit is contained in:
parent
a180de7bc7
commit
b85722e41a
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
CHypridle::CHypridle() {
|
||||
m_sWaylandState.display = wl_display_connect(nullptr);
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <vector>
|
||||
#include <wayland-client.h>
|
||||
#include <sdbus-c++/sdbus-c++.h>
|
||||
#include <condition_variable>
|
||||
|
||||
#include "ext-idle-notify-v1-protocol.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue