#pragma once #include #include #include #include namespace mbgl { std::vector parseGlyphPBF(const GlyphRange&, const std::string& data); } // namespace mbgl