diff options
author | Drashna Jaelre <drashna@live.com> | 2022-11-05 12:05:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 19:05:01 +0000 |
commit | 352beeac2f62edf1f3288a2a7aa0f1e3bafa7dfd (patch) | |
tree | d194abccfd0f57ef2b891a86c784e2dd99f19d24 /quantum | |
parent | 69fa02c37d296273c47a5cc0767ca9e6b7170a47 (diff) |
[Bug] Fix compilation issue with WPM (#18965)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/wpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/wpm.c b/quantum/wpm.c index 6a4e39a8d6..9a125efba0 100644 --- a/quantum/wpm.c +++ b/quantum/wpm.c @@ -19,6 +19,7 @@ #include "timer.h" #include "keycode.h" #include "quantum_keycodes.h" +#include "action_util.h" #include <math.h> // WPM Stuff |