[Bug] Include missing string.h include (#15606)
This commit is contained in:
parent
cd3db41d06
commit
14d5c3f2f1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#ifdef SPLIT_KEYBOARD
|
||||
# include "split_common/split_util.h"
|
||||
# include "split_common/transactions.h"
|
||||
# include <string.h>
|
||||
|
||||
# define ROWS_PER_HAND (MATRIX_ROWS / 2)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue