mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ add <cmath> header to keep cl.exe happy
This commit is contained in:
parent
24913c4759
commit
faa8394ef6
@ -2,7 +2,7 @@
|
||||
*
|
||||
* This file is part of Mapnik (c++ mapping toolkit)
|
||||
*
|
||||
* Copyright (C) 2011 Artem Pavlenko
|
||||
* Copyright (C) 2013 Artem Pavlenko
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
@ -29,6 +29,7 @@
|
||||
|
||||
// stl
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user