On macOS 13, the new GeoIntrisuivePointer does not build because the std::move is not found out of the box.
GeoIntrisuivePointer
std::move
Adding the #include <utility> header fixes the build.
#include <utility>
Cc: @jojungge @boudreau @tsulaia