mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-28 06:09:49 +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 <xkbcommon/xkbcommon.h>
|
||||||
#include "../devices/IPointer.hpp"
|
#include "../devices/IPointer.hpp"
|
||||||
#include "eventLoop/EventLoopTimer.hpp"
|
#include "eventLoop/EventLoopTimer.hpp"
|
||||||
|
#include "../helpers/Timer.hpp"
|
||||||
|
|
||||||
class CInputManager;
|
class CInputManager;
|
||||||
class CConfigManager;
|
class CConfigManager;
|
||||||
|
|
Loading…
Reference in a new issue