Include algorithm and cstring for std::memcpy and std::min

This commit is contained in:
Jean-François Milants 2022-12-27 12:06:49 +01:00 committed by JF
parent fdc89f1a20
commit 298f80d504

View File

@ -18,6 +18,8 @@
#include "BootErrors.h"
#include <memory>
#include <algorithm>
#include <cstring>
using namespace Pinetime::System;