mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-27 14:09:48 +01:00
internal: added reference to CTimer class in KeybindManager (#8836)
This commit is contained in:
parent
1a3d17da91
commit
dddb64dc35
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "../devices/IPointer.hpp"
|
||||
#include "eventLoop/EventLoopTimer.hpp"
|
||||
#include "../helpers/Timer.hpp"
|
||||
|
||||
class CInputManager;
|
||||
class CConfigManager;
|
||||
|
|
Loading…
Reference in a new issue