[Bug] Fix compilation issue with WPM (#18965)

master
Drashna Jaelre 3 years ago committed by GitHub
parent 69fa02c37d
commit 352beeac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save