fix mixed up include header <numeric> <-> <cmath>
This commit is contained in:
parent
b391daac6d
commit
032c21c545
@ -39,8 +39,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#include <osrm/Coordinate.h>
|
#include <osrm/Coordinate.h>
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <numeric>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
struct PathData;
|
struct PathData;
|
||||||
|
Loading…
Reference in New Issue
Block a user