internal: added reference to CTimer class in KeybindManager (#8836)

This commit is contained in:
Avi Herman
2024-12-25 21:09:45 +02:00
committed by GitHub
parent 1a3d17da91
commit dddb64dc35

View File

@@ -8,6 +8,7 @@
#include <xkbcommon/xkbcommon.h>
#include "../devices/IPointer.hpp"
#include "eventLoop/EventLoopTimer.hpp"
#include "../helpers/Timer.hpp"
class CInputManager;
class CConfigManager;