blob: 97bfe9108dbe528b9be78d9b106f796f63a08ac5 (
plain)
1
2
3
4
5
6
7
8
9
|
#include <mbgl/util/convert.hpp>
namespace mbgl {
namespace util {
template std::array<float, 2> convert(const std::array<int32_t, 2>&);
} // namespace util
} // namespace mbgl
|