Fix build error for Ubuntu 22.04 37/292837/1
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 15 May 2023 13:51:04 +0000 (22:51 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 15 May 2023 13:51:04 +0000 (22:51 +0900)
Let we include <limits> so we can use std::numeric_limits

Change-Id: I0fdf8a1588bef5299ac1c8586ff8d5050460d706
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali-scene3d/public-api/algorithm/navigation-mesh.h

index 638c26d..727f9fc 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <cinttypes>
 #include <cstdio>
+#include <limits>
 #include <memory>
 
 // INTERNAL INCLUDES