mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-24 19:30:13 +01:00
protocols: fix relative include
This commit is contained in:
parent
32a3d84d74
commit
aee9b8ac19
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include "WaylandProtocol.hpp"
|
||||
#include "helpers/Monitor.hpp"
|
||||
#include "protocols/core/Compositor.hpp"
|
||||
#include "../helpers/Monitor.hpp"
|
||||
#include "core/Compositor.hpp"
|
||||
#include "color-management-v1.hpp"
|
||||
#include "types/ColorManagement.hpp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue