diff --git a/src/mapnik_font_engine.cpp b/src/mapnik_font_engine.cpp index a461241b1..5fdcfedd8 100644 --- a/src/mapnik_font_engine.cpp +++ b/src/mapnik_font_engine.cpp @@ -25,6 +25,7 @@ #include //pybind11 #include +#include namespace py = pybind11; diff --git a/src/mapnik_map.cpp b/src/mapnik_map.cpp index 895787dee..b2b164339 100644 --- a/src/mapnik_map.cpp +++ b/src/mapnik_map.cpp @@ -295,7 +295,7 @@ void export_map(py::module const& m) "\n" ">>> featureset.features\n" ">>> []\n", - py::arg("layer idx"), py::arg("x"), py::arg("y") + py::arg("layer_idx"), py::arg("x"), py::arg("y") ) .def("remove_all", &Map::remove_all,