diff --git a/keyboards/handwired/replicazeron/common/oled.h b/keyboards/handwired/replicazeron/common/oled.h index 9f0512dddde..977aaa2c8da 100644 --- a/keyboards/handwired/replicazeron/common/oled.h +++ b/keyboards/handwired/replicazeron/common/oled.h @@ -15,6 +15,8 @@ */ #pragma once +#include "replicazeron.h" + #include #include "state.h" #include "thumbstick.h" diff --git a/keyboards/handwired/replicazeron/common/thumbstick.h b/keyboards/handwired/replicazeron/common/thumbstick.h index e285d0325d3..d9b4394a091 100644 --- a/keyboards/handwired/replicazeron/common/thumbstick.h +++ b/keyboards/handwired/replicazeron/common/thumbstick.h @@ -17,6 +17,7 @@ #include #include "state.h" +#include "quantum.h" int16_t xPos; int16_t yPos;