aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/pointing_device/pointing_device.h
diff options
context:
space:
mode:
authorDrashna Jaelre2025-05-05 02:21:47 +0200
committerGitHub2025-05-05 02:21:47 +0200
commit12caf0be4eab171ffeb041cc153f9addb68f404e (patch)
tree0b89fa2aa4c5ce4a525d1385a10489844e413ee9 /quantum/pointing_device/pointing_device.h
parentbb9dd05c6ae0a53ced5591c70a898feef037b31c (diff)
Add additional hooks for Community modules (#25050)
Diffstat (limited to 'quantum/pointing_device/pointing_device.h')
-rw-r--r--quantum/pointing_device/pointing_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h
index d8b583c87e..e7a0819ed9 100644
--- a/quantum/pointing_device/pointing_device.h
+++ b/quantum/pointing_device/pointing_device.h
@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
+#include <stdbool.h>
#include <stdint.h>
#include "host.h"
#include "report.h"