include <cstdint> - fixes msvs compile - refs #2396
This commit is contained in:
parent
37f4c574f3
commit
324fb11f66
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
// stl
|
||||
#include <tuple>
|
||||
#include <cstring> // required for memcpy with linux/g++
|
||||
#include <cstdint>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue