#pragma once #include namespace mbgl { template using variant = mapbox::util::variant; } // namespace mbgl