Merge pull request #4253 from GimpMaster/master

Compile for vcpkg using VS2017
This commit is contained in:
Artem Pavlenko 2021-10-18 15:18:48 +01:00 committed by GitHub
commit 4695c42b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#define MAPNIK_UTIL_CHAR_ARRAY_BUFFER_HPP
#include <streambuf>
#include <algorithm>
namespace mapnik { namespace util {

View file

@ -39,6 +39,7 @@ MAPNIK_DISABLE_WARNING_POP
// stl
#include <fstream>
#include <memory>
#include <algorithm>
namespace mapnik
{