relative-pointer: fix missing header for g_pCompositor (#5681)

This commit is contained in:
Tom Englund 2024-04-21 22:24:07 +02:00 committed by GitHub
parent f587c3e0ba
commit f041d763ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "RelativePointer.hpp"
#include "Compositor.hpp"
#include <algorithm>
CRelativePointer::CRelativePointer(SP<CZwpRelativePointerV1> resource_) : resource(resource_) {