From d1ee2d6004738cb8364b034c96faf7b78edd85b0 Mon Sep 17 00:00:00 2001 From: Wander Lairson Costa Date: Tue, 22 Sep 2020 14:24:58 -0300 Subject: [PATCH] Include the algorithm header file It is necessary by std::min and std::max. This fixes dali-demo build on Windows. Change-Id: Id10dd27f2b90b675ba68c1504f829853ace5071d --- dali/public-api/math/random.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dali/public-api/math/random.h b/dali/public-api/math/random.h index c5cf47e..a9d6d80 100644 --- a/dali/public-api/math/random.h +++ b/dali/public-api/math/random.h @@ -20,6 +20,7 @@ // INTERNAL INCLUDES #include +#include namespace Dali { -- 2.7.4