- make quadtree.hpp compile in newer gcc ( closing #418 )
This commit is contained in:
parent
3d3997f1b2
commit
9ad5b5bfd2
1 changed files with 2 additions and 0 deletions
|
@ -24,8 +24,10 @@
|
|||
#ifndef QUADTREE_HPP
|
||||
#define QUADTREE_HPP
|
||||
// stl
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
// mapnik
|
||||
#include <mapnik/envelope.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue