aboutsummaryrefslogtreecommitdiffstats
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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/displayapp/screens/InfiniPaint.h b/src/displayapp/screens/InfiniPaint.h
index fb0bd9be..8c427402 100644
--- a/src/displayapp/screens/InfiniPaint.h
+++ b/src/displayapp/screens/InfiniPaint.h
@@ -1,9 +1,10 @@
#pragma once
-#include "Screen.h"
-#include "components/motor/MotorController.h"
-#include <cstdint>
#include <lvgl/lvgl.h>
+#include <cstdint>
+#include <algorithm> // std::fill
+#include "displayapp/screens/Screen.h"
+#include "components/motor/MotorController.h"
namespace Pinetime {
namespace Components {