瀏覽代碼

handwired/promethium: fix missing include (#16317)

Ryan 3 年之前
父節點
當前提交
5f10387c41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/handwired/promethium/promethium.h

+ 1 - 1
keyboards/handwired/promethium/promethium.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include <stdint.h>
+#include "quantum.h"
 
 void battery_poll(uint8_t level);
 void led_set_kb(uint8_t usb_led);