+ add <cmath> header to keep cl.exe happy

This commit is contained in:
artem@windows 2013-04-29 04:21:28 -07:00
parent 24913c4759
commit faa8394ef6

View file

@ -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
{