fix includes
This commit is contained in:
parent
2a330740cf
commit
a55ff6b33e
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue