From 52effc3262425f54b0fbfbdbac6190e89ce78463 Mon Sep 17 00:00:00 2001 From: 9R Date: Mon, 21 Aug 2023 09:41:02 +0200 Subject: [PATCH] make sure standard libraries are included Co-authored-by: Ryan --- keyboards/handwired/replicazeron/common/state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/handwired/replicazeron/common/state.h b/keyboards/handwired/replicazeron/common/state.h index d9611d85071..8ff69181a56 100644 --- a/keyboards/handwired/replicazeron/common/state.h +++ b/keyboards/handwired/replicazeron/common/state.h @@ -15,8 +15,8 @@ */ #pragma once -#include "stdbool.h" -#include "stdint.h" +#include +#include typedef struct { bool wasdMode;