From d65a78c5e5ccb3ea1c48e17ffe0267be00126fe4 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 14 Oct 2023 05:11:14 +1100 Subject: [PATCH] Add string.h to quantum.h --- quantum/quantum.h | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/quantum.h b/quantum/quantum.h index 36399736a9a..e41542e4afc 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -57,6 +57,7 @@ #include #include #include +#include #ifdef DEFERRED_EXEC_ENABLE # include "deferred_exec.h"