Skip to content

Commit

Permalink
InfiniPaint: add missing include algorithm for std::fill
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner authored and JF002 committed Dec 30, 2021
1 parent fb1946b commit 5b7915b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/displayapp/screens/InfiniPaint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "displayapp/DisplayApp.h"
#include "displayapp/LittleVgl.h"

#include <algorithm> // std::fill

using namespace Pinetime::Applications::Screens;

InfiniPaint::InfiniPaint(Pinetime::Applications::DisplayApp* app,
Expand Down

0 comments on commit 5b7915b

Please sign in to comment.