Add explicit eeprom include in split_common

Fixes builds that set EE_HANDS.
This commit is contained in:
James Churchill 2019-01-03 14:30:23 +11:00 committed by Drashna Jaelre
parent 38e01a7480
commit 563ce3f225
1 changed files with 4 additions and 0 deletions

View File

@ -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