Fix DisplayAppRecovery : fix include error by forward declaring Controllers in header file.

This commit is contained in:
Jean-François Milants
2021-09-13 20:35:51 +02:00
parent cf20b02c09
commit 6356c7f276
2 changed files with 20 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
#include <components/rle/RleDecoder.h>
#include <touchhandler/TouchHandler.h>
#include "displayapp/icons/infinitime/infinitime-nb.c"
#include "components/ble/BleController.h"
using namespace Pinetime::Applications;