mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

[qt] Fix missing std::move when building on macOS with Xcode 14.3

Open alcroito opened this issue 2 years ago • 0 comments

Newer macos SDK shipped with Xcode 14.3 has likely re-ordered their include headers, which means std::move is not available anymore via the includes that unique_any.hpp has.

Explicitly include the utility header to make std::move available.

Launch Checklist

  • [x] briefly describe the changes in this PR

alcroito avatar Jul 25 '23 09:07 alcroito