fix includes

This commit is contained in:
Dane Springmeyer 2015-12-02 11:56:42 -05:00
parent 2a330740cf
commit a55ff6b33e

View file

@ -27,8 +27,10 @@
#include <mapnik/box2d.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <mapnik/make_unique.hpp>
// stl
#include <algorithm>
#include <memory>
#include <new>
#include <vector>
#include <type_traits>