瀏覽代碼

Add explicit eeprom include in split_common

Fixes builds that set EE_HANDS.
James Churchill 6 年之前
父節點
當前提交
563ce3f225
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      quantum/split_common/split_util.c

+ 4 - 0
quantum/split_common/split_util.c

@@ -6,6 +6,10 @@
 #include "split_flags.h"
 #include "quantum.h"
 
+#ifdef EE_HANDS
+#   include "tmk_core/common/eeprom.h"
+#endif
+
 #ifdef BACKLIGHT_ENABLE
 #   include "backlight.h"
 #endif