From 5a07e1967dcc925d9def47accadae991436b9686 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 11 Apr 2023 22:24:11 +0200 Subject: [PATCH] Add missing include Fixes build with libcxx, see also: https://bugs.gentoo.org/903575 --- include/mbgl/util/unique_any.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp b/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp index c7dc8b38ea..0fb25b8b4a 100644 --- a/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp +++ b/src/3rdparty/mapbox-gl-native/include/mbgl/util/unique_any.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace mbgl { namespace util { -- GitLab