Skip to content

Commit

Permalink
PR InfiniTimeOrg#857: InfiniPaint: add missing include algorithm for …
Browse files Browse the repository at this point in the history
…std::fill

Squashed commit of the following:

commit ca36d29
Author: Reinhold Gschweicher <pyro4hell@gmail.com>
Date:   Wed Oct 13 23:35:54 2021 +0200

    InfiniPaint: add missing include algorithm for std::fill
  • Loading branch information
FintasticMan committed Dec 13, 2021
1 parent 7db70c2 commit b5d9f01
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 b5d9f01

Please sign in to comment.