Add cmath to geospatial_query

This commit is contained in:
Patrick Niklaus 2016-01-07 11:35:35 +01:00
parent 95d1efb7f8
commit 811e29ff1b

View File

@ -8,9 +8,10 @@
#include "osrm/coordinate.hpp"
#include <vector>
#include <memory>
#include <algorithm>
#include <cmath>
#include <memory>
#include <vector>
// Implements complex queries on top of an RTree and builds PhantomNodes from it.
//