diff options
Diffstat (limited to 'screen_ui.h')
-rw-r--r-- | screen_ui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h index 3ad64907e..b2dcf4aeb 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -23,7 +23,9 @@ #include <string> #include "ui.h" -#include "minui/minui.h" + +// From minui/minui.h. +struct GRSurface; // Implementation of RecoveryUI appropriate for devices with a screen // (shows an icon + a progress bar, text logging, menu, etc.) |