From a7379aca0ba35b961692845f808ec39043ea922c Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 5 Jun 2021 12:23:00 +0200 Subject: [PATCH] wip Signed-off-by: Gergely Nagy --- src/kaleidoscope/Runtime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kaleidoscope/Runtime.h b/src/kaleidoscope/Runtime.h index 227b7d17..ea2258ed 100644 --- a/src/kaleidoscope/Runtime.h +++ b/src/kaleidoscope/Runtime.h @@ -1,5 +1,5 @@ /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2018 Keyboard.io, Inc. + * Copyright (C) 2013-2021 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -20,6 +20,7 @@ #include "kaleidoscope/event_handler_result.h" #include "kaleidoscope/hooks.h" #include "kaleidoscope/KeyEvent.h" +#include "kaleidoscope/PointerEvent.h" #include "kaleidoscope/LiveKeys.h" #include "kaleidoscope/layers.h"