mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 02:01:53 -07:00
relative-pointer: fix missing header for g_pCompositor (#5681)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "RelativePointer.hpp"
|
#include "RelativePointer.hpp"
|
||||||
|
#include "Compositor.hpp"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
CRelativePointer::CRelativePointer(SP<CZwpRelativePointerV1> resource_) : resource(resource_) {
|
CRelativePointer::CRelativePointer(SP<CZwpRelativePointerV1> resource_) : resource(resource_) {
|
||||||
|
Reference in New Issue
Block a user