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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;