Merge branch 'master' into svg-group-render

This commit is contained in:
Artem Pavlenko 2023-09-15 14:48:44 +01:00
commit 47f7f6bd4d

View file

@ -23,8 +23,12 @@
#ifndef MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
#define MAPNIK_BOOST_SPIRIT_KARMA_ADAPTER_HPP
// mapnik
#include <mapnik/geometry.hpp>
// stl
#include <cstdint>
namespace boost {
using mapbox::util::get;
}