core/Compositor.hpp: fix non-relative Texture import (#9703)

This commit is contained in:
entailz 2025-03-23 05:49:10 -07:00 committed by GitHub
parent fdb7ca6c8f
commit aa1bd647b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"