1 #include <mbgl/util/convert.hpp>
2 
3 #include <cstdint>
4 
5 namespace mbgl {
6 namespace util {
7 
8 template std::array<float, 2> convert(const std::array<int32_t, 2>&);
9 
10 } // namespace util
11 } // namespace mbgl
12