Fix build error when Automatic Mouse Layer is enabled (#22229)

This commit is contained in:
ikorihn 2023-10-09 03:43:09 +09:00 committed by GitHub
parent 7ca652ce6d
commit 4345d34cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE
# include <string.h>
# include "pointing_device_auto_mouse.h"
# include "debug.h"
# include "action_util.h"