From bbb669507bcc7108f9dfa30b43c174e376c0798b Mon Sep 17 00:00:00 2001 From: 9R Date: Tue, 19 Sep 2023 17:50:49 +0200 Subject: [PATCH] Update keyboards/handwired/replicazeron/common/oled.c Co-authored-by: Ryan --- keyboards/handwired/replicazeron/common/oled.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/handwired/replicazeron/common/oled.c b/keyboards/handwired/replicazeron/common/oled.c index 0a3298c73d1..9d3a3147a3c 100644 --- a/keyboards/handwired/replicazeron/common/oled.c +++ b/keyboards/handwired/replicazeron/common/oled.c @@ -15,6 +15,9 @@ */ #include "oled.h" +#include "oled_driver.h" +#include "progmem.h" +#include "util.h" uint8_t shiftbits =32 ;