Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 290b23a1 authored by Colin Cross's avatar Colin Cross
Browse files

Fix build

std::abs requires <cstdlib>

Change-Id: I0722340d17aed88c4c8dabcb723d432b05cebedb
parent 37474509
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@
#include <fcntl.h>
#include <sys/stat.h>

#include <cstdlib>

#define TRIM_MEMORY_COMPLETE 80
#define TRIM_MEMORY_UI_HIDDEN 20