From 5f10387c41b63f022dc4169a29b3b4fa0e9721a9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 11 Feb 2022 23:37:36 +1100 Subject: handwired/promethium: fix missing include (#16317) --- keyboards/handwired/promethium/promethium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h index c4c90176b5..e40d67e9fd 100644 --- a/keyboards/handwired/promethium/promethium.h +++ b/keyboards/handwired/promethium/promethium.h @@ -1,6 +1,6 @@ #pragma once -#include +#include "quantum.h" void battery_poll(uint8_t level); void led_set_kb(uint8_t usb_led); -- cgit v1.2.3