diff --git a/device.cpp b/device.cpp index f881daff..3b0942c4 100644 --- a/device.cpp +++ b/device.cpp @@ -16,6 +16,8 @@ #include "device.h" +#include "ui.h" + static const char* MENU_ITEMS[] = { "Reboot system now", "Reboot to bootloader", diff --git a/device.h b/device.h index 74745b36..4ea3159b 100644 --- a/device.h +++ b/device.h @@ -17,7 +17,8 @@ #ifndef _RECOVERY_DEVICE_H #define _RECOVERY_DEVICE_H -#include "ui.h" +// Forward declaration to avoid including "ui.h". +class RecoveryUI; class Device { public: