build: ProtocolManager missing header LIstener.hpp (#6391)

This commit is contained in:
memchr 2024-06-10 10:15:25 +00:00 committed by GitHub
parent 1423707dbe
commit b16af45c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "../protocols/GlobalShortcuts.hpp"
#include "../protocols/Screencopy.hpp"
#include "../helpers/memory/WeakPtr.hpp"
#include "../helpers/signal/Listener.hpp"
#include <unordered_map>
class CProtocolManager {