Skip to content

Commit

Permalink
fix: add header for numeric_limits for libstdc++ such that ign-math c…
Browse files Browse the repository at this point in the history
…an build on ubuntu 16.04 (#119)

Signed-off-by: Andrew Somerville <andy.somerville@gmail.com>
  • Loading branch information
catskul authored and chapulina committed Jul 7, 2020
1 parent 1e6f11d commit 2068c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RollingMean.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <numeric>
#include <limits>
#include <deque>
#include "ignition/math/RollingMean.hh"

Expand Down

0 comments on commit 2068c78

Please sign in to comment.