correct include for std::min/max

This commit is contained in:
Dane Springmeyer 2014-01-22 17:01:38 -08:00
parent 4742aea92b
commit 328df74c13

View file

@ -23,7 +23,7 @@
#ifndef MAPNIK_HSL_HPP
#define MAPNIK_HSL_HPP
#include <cmath>
#include <algorithm>
namespace mapnik {