Merge pull request #45 from 0140454/master

Include necessary header file for std::abs
pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago committed by GitHub
commit c9ce067e39

@ -13,6 +13,7 @@
#include <type_traits>
#include <numeric>
#include <memory>
#include <cmath>
#if __GLIBCXX__ <= 20150623
namespace std {

Loading…
Cancel
Save