Fixes accumulate living in <numeric> and not <algorithm>

This commit is contained in:
Daniel J. Hofmann 2016-03-03 15:37:46 +01:00 committed by Patrick Niklaus
parent 15752335f4
commit c59758ef65

View File

@ -5,7 +5,7 @@
#include "engine/guidance/route.hpp"
#include <vector>
#include <algorithm>
#include <numeric>
namespace osrm
{