InfiniPaint: add missing include algorithm for std::fill
This commit is contained in:
parent
fb1946b06e
commit
5b7915b5c9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user