summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/InfiniPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/InfiniPaint.h')
-rw-r--r--src/displayapp/screens/InfiniPaint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/InfiniPaint.h b/src/displayapp/screens/InfiniPaint.h
index 0a70e033..bc0bca24 100644
--- a/src/displayapp/screens/InfiniPaint.h
+++ b/src/displayapp/screens/InfiniPaint.h
@@ -2,7 +2,8 @@
#include <lvgl/lvgl.h>
#include <cstdint>
-#include "Screen.h"
+#include <algorithm> // std::fill
+#include "displayapp/screens/Screen.h"
namespace Pinetime {
namespace Components {