correct include for std::min/max

This commit is contained in:
Dane Springmeyer 2014-01-22 17:01:38 -08:00
parent 97d737fa7b
commit 3bd9e1b283

View file

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