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 f47f008e7d
commit 9c5d0f1e91

View File

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