Add missing include (bootstrap build)

This commit is contained in:
Artem Pavlenko 2020-06-15 14:38:23 +01:00
parent 8901fd0fa5
commit 4bd05cec22

View file

@ -41,6 +41,7 @@ extern "C"
// stl
#include <memory>
#include <fstream>
#include <algorithm>
namespace mapnik { namespace detail {