mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 05:06:00 +01:00
build: ProtocolManager missing header LIstener.hpp (#6391)
This commit is contained in:
parent
1423707dbe
commit
b16af45c4a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include "../protocols/GlobalShortcuts.hpp"
|
#include "../protocols/GlobalShortcuts.hpp"
|
||||||
#include "../protocols/Screencopy.hpp"
|
#include "../protocols/Screencopy.hpp"
|
||||||
#include "../helpers/memory/WeakPtr.hpp"
|
#include "../helpers/memory/WeakPtr.hpp"
|
||||||
|
#include "../helpers/signal/Listener.hpp"
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
class CProtocolManager {
|
class CProtocolManager {
|
||||||
|
|
Loading…
Reference in a new issue