Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 2 years ago
parent
commit
528ebb42a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/pointing_device/pointing_device_auto_mouse.c

+ 1 - 0
quantum/pointing_device/pointing_device_auto_mouse.c

@@ -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"