mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 07:38:10 +02:00
core/Compositor.hpp: fix non-relative Texture import (#9703)
This commit is contained in:
parent
fdb7ca6c8f
commit
aa1bd647b1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include "../WaylandProtocol.hpp"
|
||||
#include "render/Texture.hpp"
|
||||
#include "../../render/Texture.hpp"
|
||||
#include "wayland.hpp"
|
||||
#include "../../helpers/signal/Signal.hpp"
|
||||
#include "../../helpers/math/Math.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue