karlpauwels / simtrack

A simulation-based framework for tracking
BSD 3-Clause "New" or "Revised" License
102 stars 40 forks source link

Add explicit include to <numeric> for c+14 and melodic #43

Closed JimmyDaSilva closed 5 years ago

JimmyDaSilva commented 5 years ago

I had to add #include <numeric> to be able to compile on melodic and Ubuntu 18.04. Maybe caused by the use of c++14 ?

Works now on melodic anyway !

karlpauwels commented 5 years ago

Many thanks for fixing this Jimmy!