mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 21:05:57 +01:00
relative-pointer: fix missing header for g_pCompositor (#5681)
This commit is contained in:
parent
f587c3e0ba
commit
f041d763ae
1 changed files with 1 additions and 0 deletions
|
@ -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_) {
|
||||||
|
|
Loading…
Reference in a new issue