Merge pull request #4253 from GimpMaster/master
Compile for vcpkg using VS2017
This commit is contained in:
commit
4695c42b51
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#define MAPNIK_UTIL_CHAR_ARRAY_BUFFER_HPP
|
||||
|
||||
#include <streambuf>
|
||||
#include <algorithm>
|
||||
|
||||
namespace mapnik { namespace util {
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ MAPNIK_DISABLE_WARNING_POP
|
|||
// stl
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue