Skip to content

Commit 5b7915b

Browse files
NeroBurnerJF002
authored andcommitted
InfiniPaint: add missing include algorithm for std::fill
1 parent fb1946b commit 5b7915b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/displayapp/screens/InfiniPaint.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include "displayapp/DisplayApp.h"
33
#include "displayapp/LittleVgl.h"
44

5+
#include <algorithm> // std::fill
6+
57
using namespace Pinetime::Applications::Screens;
68

79
InfiniPaint::InfiniPaint(Pinetime::Applications::DisplayApp* app,

0 commit comments

Comments
 (0)